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)
           
 GetMetricStatisticsResult AmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
           
 Future<GetMetricStatisticsResult> AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest)
           
 Future<GetMetricStatisticsResult> AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest)
           
 

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

Methods in com.amazonaws.services.cloudwatch.model that return GetMetricStatisticsRequest
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withCustomUnit(String customUnit)
          Sets the value of the CustomUnit property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withDimensions(Collection<Dimension> dimensions)
          Sets the value of the Dimensions property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withDimensions(Dimension... dimensions)
          Sets the value of the Dimensions property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withEndTime(Date endTime)
          Sets the value of the EndTime property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withMeasureName(String measureName)
          Sets the value of the MeasureName property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withNamespace(String namespace)
          Sets the value of the Namespace property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withPeriod(Integer period)
          Sets the value of the Period property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withStartTime(Date startTime)
          Sets the value of the StartTime property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withStatistics(Collection<String> statistics)
          Sets the value of the Statistics property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withStatistics(String... statistics)
          Sets the value of the Statistics property for this object.
 GetMetricStatisticsRequest GetMetricStatisticsRequest.withUnit(String unit)
          Sets the value of the Unit property for this object.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.