Package | Description |
---|---|
com.amazonaws.services.cloudwatch |
Amazon CloudWatch monitors your Amazon Web Services (Amazon Web Services) resources and the applications you run on
Amazon Web Services in real time.
|
com.amazonaws.services.cloudwatch.model |
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsResult |
AmazonCloudWatchClient.getMetricStatistics(GetMetricStatisticsRequest request)
Gets statistics for the specified metric.
|
GetMetricStatisticsResult |
AbstractAmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest request) |
GetMetricStatisticsResult |
AmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric.
|
Modifier and Type | Method and Description |
---|---|
Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest request,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler) |
Future<GetMetricStatisticsResult> |
AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler)
Gets statistics for the specified metric.
|
Future<GetMetricStatisticsResult> |
AbstractAmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest request,
AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsResult |
GetMetricStatisticsResult.clone() |
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(Collection<Datapoint> datapoints)
The data points for the specified metric.
|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(Datapoint... datapoints)
The data points for the specified metric.
|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withLabel(String label)
A label for the specified metric.
|
Copyright © 2023. All rights reserved.