Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<MetricCollectionType> |
DescribeMetricCollectionTypesResult.metrics
One or more metrics.
|
Modifier and Type | Method and Description |
---|---|
MetricCollectionType |
MetricCollectionType.clone() |
MetricCollectionType |
MetricCollectionType.withMetric(java.lang.String metric)
One of the following metrics:
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricCollectionType> |
DescribeMetricCollectionTypesResult.getMetrics()
One or more metrics.
|
Modifier and Type | Method and Description |
---|---|
DescribeMetricCollectionTypesResult |
DescribeMetricCollectionTypesResult.withMetrics(MetricCollectionType... metrics)
One or more metrics.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeMetricCollectionTypesResult.setMetrics(java.util.Collection<MetricCollectionType> metrics)
One or more metrics.
|
DescribeMetricCollectionTypesResult |
DescribeMetricCollectionTypesResult.withMetrics(java.util.Collection<MetricCollectionType> metrics)
One or more metrics.
|
Modifier and Type | Method and Description |
---|---|
MetricCollectionType |
MetricCollectionTypeStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |