Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DataQuery |
DataQuery.clone() |
DataQuery |
DataQuery.withDestination(String destination)
The Region or Availability Zone that's the target for the data query.
|
DataQuery |
DataQuery.withId(String id)
A user-defined ID associated with a data query that's returned in the
dataResponse identifying the
query. |
DataQuery |
DataQuery.withMetric(MetricType metric)
The metric,
aggregation-latency , indicating that network latency is aggregated for the query. |
DataQuery |
DataQuery.withMetric(String metric)
The metric,
aggregation-latency , indicating that network latency is aggregated for the query. |
DataQuery |
DataQuery.withPeriod(PeriodType period)
The aggregation period used for the data query.
|
DataQuery |
DataQuery.withPeriod(String period)
The aggregation period used for the data query.
|
DataQuery |
DataQuery.withSource(String source)
The Region or Availability Zone that's the source for the data query.
|
DataQuery |
DataQuery.withStatistic(StatisticType statistic)
The metric data aggregation period,
p50 , between the specified startDate and
endDate . |
DataQuery |
DataQuery.withStatistic(String statistic)
The metric data aggregation period,
p50 , between the specified startDate and
endDate . |
Modifier and Type | Method and Description |
---|---|
List<DataQuery> |
GetAwsNetworkPerformanceDataRequest.getDataQueries()
A list of network performance data queries.
|
Modifier and Type | Method and Description |
---|---|
GetAwsNetworkPerformanceDataRequest |
GetAwsNetworkPerformanceDataRequest.withDataQueries(DataQuery... dataQueries)
A list of network performance data queries.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAwsNetworkPerformanceDataRequest.setDataQueries(Collection<DataQuery> dataQueries)
A list of network performance data queries.
|
GetAwsNetworkPerformanceDataRequest |
GetAwsNetworkPerformanceDataRequest.withDataQueries(Collection<DataQuery> dataQueries)
A list of network performance data queries.
|
Copyright © 2024. All rights reserved.