Modifier and Type | Method and Description |
---|---|
private Dimension |
BlockingRequestBuilder.dimension(Dimensions name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
int |
DimensionComparator.compare(Dimension dim1,
Dimension dim2) |
private PutMetricDataRequest |
BlockingRequestBuilder.newPutMetricDataRequest(java.util.Collection<MetricDatum> data,
java.lang.String namespace,
Dimension... extraDims) |
Modifier and Type | Method and Description |
---|---|
static MetricDatum |
MetricData.newMetricDatum(MetricDatum from,
Dimension... dimensions)
Returns a new metric datum cloned from the given metric datum, but
replacing the dimensions with the newly specified ones.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Dimension> |
PutMetricAlarmRequest.dimensions
The dimensions for the alarm's associated metric.
|
private SdkInternalList<Dimension> |
MetricDatum.dimensions
A list of dimensions associated with the metric.
|
private SdkInternalList<Dimension> |
MetricAlarm.dimensions
The list of dimensions associated with the alarm's associated metric.
|
private SdkInternalList<Dimension> |
Metric.dimensions
A list of dimensions associated with the metric.
|
private SdkInternalList<Dimension> |
GetMetricStatisticsRequest.dimensions
A list of dimensions describing qualities of the metric.
|
private SdkInternalList<Dimension> |
DescribeAlarmsForMetricRequest.dimensions
The list of dimensions associated with the metric.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
Dimension.clone() |
Dimension |
Dimension.withName(java.lang.String name)
The name of the dimension.
|
Dimension |
Dimension.withValue(java.lang.String value)
The value representing the dimension measurement
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Dimension> |
PutMetricAlarmRequest.getDimensions()
The dimensions for the alarm's associated metric.
|
java.util.List<Dimension> |
MetricDatum.getDimensions()
A list of dimensions associated with the metric.
|
java.util.List<Dimension> |
MetricAlarm.getDimensions()
The list of dimensions associated with the alarm's associated metric.
|
java.util.List<Dimension> |
Metric.getDimensions()
A list of dimensions associated with the metric.
|
java.util.List<Dimension> |
GetMetricStatisticsRequest.getDimensions()
A list of dimensions describing qualities of the metric.
|
java.util.List<Dimension> |
DescribeAlarmsForMetricRequest.getDimensions()
The list of dimensions associated with the metric.
|
Modifier and Type | Method and Description |
---|---|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withDimensions(Dimension... dimensions)
The dimensions for the alarm's associated metric.
|
MetricDatum |
MetricDatum.withDimensions(Dimension... dimensions)
A list of dimensions associated with the metric.
|
MetricAlarm |
MetricAlarm.withDimensions(Dimension... dimensions)
The list of dimensions associated with the alarm's associated metric.
|
Metric |
Metric.withDimensions(Dimension... dimensions)
A list of dimensions associated with the metric.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(Dimension... dimensions)
A list of dimensions describing qualities of the metric.
|
DescribeAlarmsForMetricRequest |
DescribeAlarmsForMetricRequest.withDimensions(Dimension... dimensions)
The list of dimensions associated with the metric.
|
Modifier and Type | Method and Description |
---|---|
void |
PutMetricAlarmRequest.setDimensions(java.util.Collection<Dimension> dimensions)
The dimensions for the alarm's associated metric.
|
void |
MetricDatum.setDimensions(java.util.Collection<Dimension> dimensions)
A list of dimensions associated with the metric.
|
void |
MetricAlarm.setDimensions(java.util.Collection<Dimension> dimensions)
The list of dimensions associated with the alarm's associated metric.
|
void |
Metric.setDimensions(java.util.Collection<Dimension> dimensions)
A list of dimensions associated with the metric.
|
void |
GetMetricStatisticsRequest.setDimensions(java.util.Collection<Dimension> dimensions)
A list of dimensions describing qualities of the metric.
|
void |
DescribeAlarmsForMetricRequest.setDimensions(java.util.Collection<Dimension> dimensions)
The list of dimensions associated with the metric.
|
PutMetricAlarmRequest |
PutMetricAlarmRequest.withDimensions(java.util.Collection<Dimension> dimensions)
The dimensions for the alarm's associated metric.
|
MetricDatum |
MetricDatum.withDimensions(java.util.Collection<Dimension> dimensions)
A list of dimensions associated with the metric.
|
MetricAlarm |
MetricAlarm.withDimensions(java.util.Collection<Dimension> dimensions)
The list of dimensions associated with the alarm's associated metric.
|
Metric |
Metric.withDimensions(java.util.Collection<Dimension> dimensions)
A list of dimensions associated with the metric.
|
GetMetricStatisticsRequest |
GetMetricStatisticsRequest.withDimensions(java.util.Collection<Dimension> dimensions)
A list of dimensions describing qualities of the metric.
|
DescribeAlarmsForMetricRequest |
DescribeAlarmsForMetricRequest.withDimensions(java.util.Collection<Dimension> dimensions)
The list of dimensions associated with the metric.
|
Modifier and Type | Method and Description |
---|---|
Dimension |
DimensionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |