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 GetMetricStatisticsResultAbstractAmazonCloudWatch. getMetricStatistics(GetMetricStatisticsRequest request)GetMetricStatisticsResultAmazonCloudWatch. getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)Gets statistics for the specified metric.GetMetricStatisticsResultAmazonCloudWatchClient. 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 GetMetricStatisticsResultGetMetricStatisticsResult. clone()GetMetricStatisticsResultGetMetricStatisticsResult. withDatapoints(Datapoint... datapoints)The datapoints for the specified metric.GetMetricStatisticsResultGetMetricStatisticsResult. withDatapoints(Collection<Datapoint> datapoints)The datapoints for the specified metric.GetMetricStatisticsResultGetMetricStatisticsResult. withLabel(String label)A label describing the specified metric.
-