Uses of Class
com.amazonaws.services.cloudwatch.model.GetMetricStatisticsRequest

Packages that use GetMetricStatisticsRequest
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 GetMetricStatisticsRequest in com.amazonaws.services.cloudwatch
 

Methods in com.amazonaws.services.cloudwatch with parameters of type GetMetricStatisticsRequest
 GetMetricStatisticsResult AmazonCloudWatchClient.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
           Gets statistics for the specified metric.
 GetMetricStatisticsResult AmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
           Gets statistics for the specified metric.
 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 GetMetricStatisticsRequest
 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 GetMetricStatisticsRequest in com.amazonaws.services.cloudwatch.model
 

Methods in com.amazonaws.services.cloudwatch.model that return GetMetricStatisticsRequest
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withDimensions(Collection<Dimension> dimensions)
          A list of dimensions describing qualities of the metric.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withDimensions(Dimension... dimensions)
          A list of dimensions describing qualities of the metric.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withEndTime(Date endTime)
          The time stamp to use for determining the last datapoint to return.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withMetricName(String metricName)
          The name of the metric.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withNamespace(String namespace)
          The namespace of the metric.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withPeriod(Integer period)
          The granularity, in seconds, of the returned datapoints.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withStartTime(Date startTime)
          The time stamp to use for determining the first datapoint to return.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withStatistics(Collection<String> statistics)
          The metric statistics to return.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withStatistics(Statistic... statistics)
          The metric statistics to return.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withStatistics(String... statistics)
          The metric statistics to return.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withUnit(StandardUnit unit)
          The unit for the metric.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withUnit(String unit)
          The unit for the metric.
 



Copyright © 2016. All rights reserved.