Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DataResponse |
DataResponse.clone() |
DataResponse |
DataResponse.withDestination(String destination)
The Region or Availability Zone that's the destination for the data query.
|
DataResponse |
DataResponse.withId(String id)
The ID passed in the
DataQuery . |
DataResponse |
DataResponse.withMetric(MetricType metric)
The metric used for the network performance request.
|
DataResponse |
DataResponse.withMetric(String metric)
The metric used for the network performance request.
|
DataResponse |
DataResponse.withMetricPoints(Collection<MetricPoint> metricPoints)
A list of
MetricPoint objects. |
DataResponse |
DataResponse.withMetricPoints(MetricPoint... metricPoints)
A list of
MetricPoint objects. |
DataResponse |
DataResponse.withPeriod(PeriodType period)
The period used for the network performance request.
|
DataResponse |
DataResponse.withPeriod(String period)
The period used for the network performance request.
|
DataResponse |
DataResponse.withSource(String source)
The Region or Availability Zone that's the source for the data query.
|
DataResponse |
DataResponse.withStatistic(StatisticType statistic)
The statistic used for the network performance request.
|
DataResponse |
DataResponse.withStatistic(String statistic)
The statistic used for the network performance request.
|
Modifier and Type | Method and Description |
---|---|
List<DataResponse> |
GetAwsNetworkPerformanceDataResult.getDataResponses()
The list of data responses.
|
Modifier and Type | Method and Description |
---|---|
GetAwsNetworkPerformanceDataResult |
GetAwsNetworkPerformanceDataResult.withDataResponses(DataResponse... dataResponses)
The list of data responses.
|
Modifier and Type | Method and Description |
---|---|
void |
GetAwsNetworkPerformanceDataResult.setDataResponses(Collection<DataResponse> dataResponses)
The list of data responses.
|
GetAwsNetworkPerformanceDataResult |
GetAwsNetworkPerformanceDataResult.withDataResponses(Collection<DataResponse> dataResponses)
The list of data responses.
|
Copyright © 2023. All rights reserved.