ScalingPolicy |
ScalingPolicy.clone() |
|
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms) |
The CloudWatch alarms that are associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(Collection<Alarm> alarms) |
The CloudWatch alarms that are associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withCreationTime(Date creationTime) |
The Unix timestamp for when the scaling policy was created.
|
ScalingPolicy |
ScalingPolicy.withPolicyARN(String policyARN) |
The Amazon Resource Name (ARN) of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyName(String policyName) |
The name of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(PolicyType policyType) |
The scaling policy type.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(String policyType) |
The scaling policy type.
|
ScalingPolicy |
ScalingPolicy.withResourceId(String resourceId) |
The unique identifier string for the resource associated with the scaling
policy.
|
ScalingPolicy |
ScalingPolicy.withScalableDimension(ScalableDimension scalableDimension) |
The scalable dimension associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withScalableDimension(String scalableDimension) |
The scalable dimension associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withServiceNamespace(ServiceNamespace serviceNamespace) |
The namespace for the AWS service that the scaling policy is associated
with.
|
ScalingPolicy |
ScalingPolicy.withServiceNamespace(String serviceNamespace) |
The namespace for the AWS service that the scaling policy is associated
with.
|
ScalingPolicy |
ScalingPolicy.withStepScalingPolicyConfiguration(StepScalingPolicyConfiguration stepScalingPolicyConfiguration) |
The configuration for the step scaling policy.
|