Package | Description |
---|---|
com.amazonaws.services.cloudwatch.model | |
com.amazonaws.services.cloudwatch.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Datapoint> |
GetMetricStatisticsResult.datapoints
The datapoints for the specified metric.
|
Modifier and Type | Method and Description |
---|---|
Datapoint |
Datapoint.clone() |
Datapoint |
Datapoint.withAverage(java.lang.Double average)
The average of metric values that correspond to the datapoint.
|
Datapoint |
Datapoint.withMaximum(java.lang.Double maximum)
The maximum of the metric value used for the datapoint.
|
Datapoint |
Datapoint.withMinimum(java.lang.Double minimum)
The minimum metric value used for the datapoint.
|
Datapoint |
Datapoint.withSampleCount(java.lang.Double sampleCount)
The number of metric values that contributed to the aggregate value of
this datapoint.
|
Datapoint |
Datapoint.withSum(java.lang.Double sum)
The sum of metric values used for the datapoint.
|
Datapoint |
Datapoint.withTimestamp(java.util.Date timestamp)
The time stamp used for the datapoint.
|
Datapoint |
Datapoint.withUnit(StandardUnit unit)
The standard unit used for the datapoint.
|
Datapoint |
Datapoint.withUnit(java.lang.String unit)
The standard unit used for the datapoint.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Datapoint> |
GetMetricStatisticsResult.getDatapoints()
The datapoints for the specified metric.
|
Modifier and Type | Method and Description |
---|---|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(Datapoint... datapoints)
The datapoints for the specified metric.
|
Modifier and Type | Method and Description |
---|---|
void |
GetMetricStatisticsResult.setDatapoints(java.util.Collection<Datapoint> datapoints)
The datapoints for the specified metric.
|
GetMetricStatisticsResult |
GetMetricStatisticsResult.withDatapoints(java.util.Collection<Datapoint> datapoints)
The datapoints for the specified metric.
|
Modifier and Type | Method and Description |
---|---|
Datapoint |
DatapointStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |