Package | Description |
---|---|
com.amazonaws.services.cloudwatch | |
com.amazonaws.services.cloudwatch.model | |
com.amazonaws.services.cloudwatch.model.transform |
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsResult |
AmazonCloudWatchClient.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric.
|
GetMetricStatisticsResult |
AmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric.
|
GetMetricStatisticsResult |
AbstractAmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest request,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler) |
java.util.concurrent.Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler)
Gets statistics for the specified metric.
|
java.util.concurrent.Future<GetMetricStatisticsResult> |
AbstractAmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest request,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsResult |
GetMetricStatisticsResult.clone() |
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(java.util.Collection<Datapoint> datapoints)
The datapoints for the specified metric.
|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(Datapoint... datapoints)
The datapoints for the specified metric.
|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withLabel(java.lang.String label)
A label describing the specified metric.
|
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsResult |
GetMetricStatisticsResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |