| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatch |
Synchronous and asynchronous client classes for accessing AmazonCloudWatch.
|
| com.amazonaws.services.cloudwatch.model |
Classes modeling the various types represented by AmazonCloudWatch.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric.
|
Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric.
|
Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler)
Gets statistics for the specified metric.
|
Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler)
Gets statistics for the specified metric.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler)
Gets statistics for the specified metric.
|
Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler)
Gets statistics for the specified metric.
|
| Modifier and Type | Method and Description |
|---|---|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(Collection<Datapoint> datapoints)
The datapoints for the specified metric.
|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(Datapoint... datapoints)
The datapoints for the specified metric.
|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withLabel(String label)
A label describing the specified metric.
|
Copyright © 2015. All rights reserved.