|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetMetricStatisticsResult | |
---|---|
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. |
Uses of GetMetricStatisticsResult in com.amazonaws.services.cloudwatch |
---|
Methods in com.amazonaws.services.cloudwatch that return GetMetricStatisticsResult | |
---|---|
GetMetricStatisticsResult |
AmazonCloudWatchClient.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric. |
GetMetricStatisticsResult |
AmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric. |
Methods in com.amazonaws.services.cloudwatch that return types with arguments of type GetMetricStatisticsResult | |
---|---|
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. |
Method parameters in com.amazonaws.services.cloudwatch with type arguments of type GetMetricStatisticsResult | |
---|---|
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. |
Uses of GetMetricStatisticsResult in com.amazonaws.services.cloudwatch.model |
---|
Methods in com.amazonaws.services.cloudwatch.model that return GetMetricStatisticsResult | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |