| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
TargetTrackingMetricDataQuery |
TargetTrackingMetricDataQuery.clone() |
TargetTrackingMetricDataQuery |
TargetTrackingMetricDataQuery.withExpression(String expression)
The math expression to perform on the returned data, if this object is performing a math expression.
|
TargetTrackingMetricDataQuery |
TargetTrackingMetricDataQuery.withId(String id)
A short name that identifies the object's results in the response.
|
TargetTrackingMetricDataQuery |
TargetTrackingMetricDataQuery.withLabel(String label)
A human-readable label for this metric or expression.
|
TargetTrackingMetricDataQuery |
TargetTrackingMetricDataQuery.withMetricStat(TargetTrackingMetricStat metricStat)
Information about the metric data to return.
|
TargetTrackingMetricDataQuery |
TargetTrackingMetricDataQuery.withReturnData(Boolean returnData)
Indicates whether to return the timestamps and raw data values of this metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetTrackingMetricDataQuery> |
CustomizedMetricSpecification.getMetrics()
The metrics to include in the target tracking scaling policy, as a metric data query.
|
| Modifier and Type | Method and Description |
|---|---|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withMetrics(TargetTrackingMetricDataQuery... metrics)
The metrics to include in the target tracking scaling policy, as a metric data query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizedMetricSpecification.setMetrics(Collection<TargetTrackingMetricDataQuery> metrics)
The metrics to include in the target tracking scaling policy, as a metric data query.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withMetrics(Collection<TargetTrackingMetricDataQuery> metrics)
The metrics to include in the target tracking scaling policy, as a metric data query.
|
Copyright © 2024. All rights reserved.