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

Packages that use Datapoint
com.amazonaws.services.cloudwatch.model Classes modeling the various types represented by AmazonCloudWatch. 
 

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

Methods in com.amazonaws.services.cloudwatch.model that return Datapoint
 Datapoint Datapoint.withAverage(Double average)
          Sets the value of the Average property for this object.
 Datapoint Datapoint.withCustomUnit(String customUnit)
          Sets the value of the CustomUnit property for this object.
 Datapoint Datapoint.withMaximum(Double maximum)
          Sets the value of the Maximum property for this object.
 Datapoint Datapoint.withMinimum(Double minimum)
          Sets the value of the Minimum property for this object.
 Datapoint Datapoint.withSamples(Double samples)
          Sets the value of the Samples property for this object.
 Datapoint Datapoint.withSum(Double sum)
          Sets the value of the Sum property for this object.
 Datapoint Datapoint.withTimestamp(Date timestamp)
          Sets the value of the Timestamp property for this object.
 Datapoint Datapoint.withUnit(String unit)
          Sets the value of the Unit property for this object.
 

Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type Datapoint
 List<Datapoint> GetMetricStatisticsResult.getDatapoints()
          Returns the value of the Datapoints property for this object.
 

Methods in com.amazonaws.services.cloudwatch.model with parameters of type Datapoint
 GetMetricStatisticsResult GetMetricStatisticsResult.withDatapoints(Datapoint... datapoints)
          Sets the value of the Datapoints property for this object.
 

Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type Datapoint
 void GetMetricStatisticsResult.setDatapoints(Collection<Datapoint> datapoints)
          Sets the value of the Datapoints property for this object.
 GetMetricStatisticsResult GetMetricStatisticsResult.withDatapoints(Collection<Datapoint> datapoints)
          Sets the value of the Datapoints property for this object.
 



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