Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
MetricPoint |
MetricPoint.clone() |
MetricPoint |
MetricPoint.withEndDate(Date endDate)
The end date for the metric point.
|
MetricPoint |
MetricPoint.withStartDate(Date startDate)
The start date for the metric point.
|
MetricPoint |
MetricPoint.withStatus(String status)
The status of the metric point.
|
MetricPoint |
MetricPoint.withValue(Float value) |
Modifier and Type | Method and Description |
---|---|
List<MetricPoint> |
DataResponse.getMetricPoints()
A list of
MetricPoint objects. |
Modifier and Type | Method and Description |
---|---|
DataResponse |
DataResponse.withMetricPoints(MetricPoint... metricPoints)
A list of
MetricPoint objects. |
Modifier and Type | Method and Description |
---|---|
void |
DataResponse.setMetricPoints(Collection<MetricPoint> metricPoints)
A list of
MetricPoint objects. |
DataResponse |
DataResponse.withMetricPoints(Collection<MetricPoint> metricPoints)
A list of
MetricPoint objects. |
Copyright © 2023. All rights reserved.