| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDataQuery |
MetricDataQuery.clone() |
MetricDataQuery |
MetricDataQuery.withExpression(String expression)
The math expression to perform on the returned data, if this object is performing a math expression.
|
MetricDataQuery |
MetricDataQuery.withId(String id)
A short name that identifies the object's results in the response.
|
MetricDataQuery |
MetricDataQuery.withLabel(String label)
A human-readable label for this metric or expression.
|
MetricDataQuery |
MetricDataQuery.withMetricStat(MetricStat metricStat)
Information about the metric data to return.
|
MetricDataQuery |
MetricDataQuery.withReturnData(Boolean returnData)
Indicates whether to return the timestamps and raw data values of this metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDataQuery> |
PredictiveScalingCustomizedCapacityMetric.getMetricDataQueries()
One or more metric data queries to provide the data points for a capacity metric.
|
List<MetricDataQuery> |
PredictiveScalingCustomizedScalingMetric.getMetricDataQueries()
One or more metric data queries to provide the data points for a scaling metric.
|
List<MetricDataQuery> |
PredictiveScalingCustomizedLoadMetric.getMetricDataQueries()
One or more metric data queries to provide the data points for a load metric.
|
| Modifier and Type | Method and Description |
|---|---|
PredictiveScalingCustomizedCapacityMetric |
PredictiveScalingCustomizedCapacityMetric.withMetricDataQueries(MetricDataQuery... metricDataQueries)
One or more metric data queries to provide the data points for a capacity metric.
|
PredictiveScalingCustomizedScalingMetric |
PredictiveScalingCustomizedScalingMetric.withMetricDataQueries(MetricDataQuery... metricDataQueries)
One or more metric data queries to provide the data points for a scaling metric.
|
PredictiveScalingCustomizedLoadMetric |
PredictiveScalingCustomizedLoadMetric.withMetricDataQueries(MetricDataQuery... metricDataQueries)
One or more metric data queries to provide the data points for a load metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PredictiveScalingCustomizedCapacityMetric.setMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
One or more metric data queries to provide the data points for a capacity metric.
|
void |
PredictiveScalingCustomizedScalingMetric.setMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
One or more metric data queries to provide the data points for a scaling metric.
|
void |
PredictiveScalingCustomizedLoadMetric.setMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
One or more metric data queries to provide the data points for a load metric.
|
PredictiveScalingCustomizedCapacityMetric |
PredictiveScalingCustomizedCapacityMetric.withMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
One or more metric data queries to provide the data points for a capacity metric.
|
PredictiveScalingCustomizedScalingMetric |
PredictiveScalingCustomizedScalingMetric.withMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
One or more metric data queries to provide the data points for a scaling metric.
|
PredictiveScalingCustomizedLoadMetric |
PredictiveScalingCustomizedLoadMetric.withMetricDataQueries(Collection<MetricDataQuery> metricDataQueries)
One or more metric data queries to provide the data points for a load metric.
|
Copyright © 2024. All rights reserved.