| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
List<Alarm> |
PutScalingPolicyResponse.alarms()
The CloudWatch alarms created for the target tracking scaling policy.
|
List<Alarm> |
ScalingPolicy.alarms()
The CloudWatch alarms related to the policy.
|
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyResponse.Builder |
PutScalingPolicyResponse.Builder.alarms(Alarm... alarms)
The CloudWatch alarms created for the target tracking scaling policy.
|
ScalingPolicy.Builder |
ScalingPolicy.Builder.alarms(Alarm... alarms)
The CloudWatch alarms related to the policy.
|
| Modifier and Type | Method and Description |
|---|---|
PutScalingPolicyResponse.Builder |
PutScalingPolicyResponse.Builder.alarms(Collection<Alarm> alarms)
The CloudWatch alarms created for the target tracking scaling policy.
|
ScalingPolicy.Builder |
ScalingPolicy.Builder.alarms(Collection<Alarm> alarms)
The CloudWatch alarms related to the policy.
|
Copyright © 2019. All rights reserved.