|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
The average of metric values that correspond to the datapoint. |
Datapoint |
Datapoint.withMaximum(Double maximum)
The maximum of the metric value used for the datapoint. |
Datapoint |
Datapoint.withMinimum(Double minimum)
The minimum metric value used for the datapoint. |
Datapoint |
Datapoint.withSampleCount(Double sampleCount)
The number of metric values that contributed to the aggregate value of this datapoint. |
Datapoint |
Datapoint.withSum(Double sum)
The sum of metric values used for the datapoint. |
Datapoint |
Datapoint.withTimestamp(Date timestamp)
The time stamp used for the datapoint. |
Datapoint |
Datapoint.withUnit(StandardUnit unit)
The standard unit used for the datapoint. |
Datapoint |
Datapoint.withUnit(String unit)
The standard unit used for the datapoint. |
Methods in com.amazonaws.services.cloudwatch.model that return types with arguments of type Datapoint | |
---|---|
List<Datapoint> |
GetMetricStatisticsResult.getDatapoints()
The datapoints for the specified metric. |
Methods in com.amazonaws.services.cloudwatch.model with parameters of type Datapoint | |
---|---|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(Datapoint... datapoints)
The datapoints for the specified metric. |
Method parameters in com.amazonaws.services.cloudwatch.model with type arguments of type Datapoint | |
---|---|
void |
GetMetricStatisticsResult.setDatapoints(Collection<Datapoint> datapoints)
The datapoints for the specified metric. |
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(Collection<Datapoint> datapoints)
The datapoints for the specified metric. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |