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

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

Methods in com.amazonaws.services.cloudwatch that return GetMetricStatisticsResult
 GetMetricStatisticsResult AmazonCloudWatchClient.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
           
 GetMetricStatisticsResult AmazonCloudWatch.getMetricStatistics(GetMetricStatisticsRequest getMetricStatisticsRequest)
           
 

Methods in com.amazonaws.services.cloudwatch that return types with arguments of type GetMetricStatisticsResult
 Future<GetMetricStatisticsResult> AmazonCloudWatchAsyncClient.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest)
           
 Future<GetMetricStatisticsResult> AmazonCloudWatchAsync.getMetricStatisticsAsync(GetMetricStatisticsRequest getMetricStatisticsRequest)
           
 

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

Methods in com.amazonaws.services.cloudwatch.model that return GetMetricStatisticsResult
 GetMetricStatisticsResult GetMetricStatisticsResult.withDatapoints(Collection<Datapoint> datapoints)
          Sets the value of the Datapoints property for this object.
 GetMetricStatisticsResult GetMetricStatisticsResult.withDatapoints(Datapoint... datapoints)
          Sets the value of the Datapoints property for this object.
 GetMetricStatisticsResult GetMetricStatisticsResult.withLabel(String label)
          Sets the value of the Label property for this object.
 



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