Uses of Class
com.amazonaws.services.cloudwatch.model.GetMetricStatisticsResult
-
Packages that use GetMetricStatisticsResult Package Description com.amazonaws.services.cloudwatch com.amazonaws.services.cloudwatch.model -
-
Uses of GetMetricStatisticsResult in com.amazonaws.services.cloudwatch
Methods in com.amazonaws.services.cloudwatch that return GetMetricStatisticsResult Modifier and Type Method Description GetMetricStatisticsResult
AbstractAmazonCloudWatch. getMetricStatistics(GetMetricStatisticsRequest request)
GetMetricStatisticsResult
AmazonCloudWatch. getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric.GetMetricStatisticsResult
AmazonCloudWatchClient. getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
Gets statistics for the specified metric.Method parameters in com.amazonaws.services.cloudwatch with type arguments of type GetMetricStatisticsResult Modifier and Type Method Description Future<GetMetricStatisticsResult>
AbstractAmazonCloudWatchAsync. 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>
AmazonCloudWatchAsyncClient. getMetricStatisticsAsync(GetMetricStatisticsRequest request, AsyncHandler<GetMetricStatisticsRequest,GetMetricStatisticsResult> asyncHandler)
-
Uses of GetMetricStatisticsResult in com.amazonaws.services.cloudwatch.model
Methods in com.amazonaws.services.cloudwatch.model that return GetMetricStatisticsResult Modifier and Type Method Description GetMetricStatisticsResult
GetMetricStatisticsResult. clone()
GetMetricStatisticsResult
GetMetricStatisticsResult. withDatapoints(Datapoint... datapoints)
The datapoints for the specified metric.GetMetricStatisticsResult
GetMetricStatisticsResult. withDatapoints(Collection<Datapoint> datapoints)
The datapoints for the specified metric.GetMetricStatisticsResult
GetMetricStatisticsResult. withLabel(String label)
A label describing the specified metric.
-