| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicy |
ScalingPolicy.clone() |
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms)
The CloudWatch alarms associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(Collection<Alarm> alarms)
The CloudWatch alarms 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 identifier of the resource associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension.
|
ScalingPolicy |
ScalingPolicy.withScalableDimension(String scalableDimension)
The scalable dimension.
|
ScalingPolicy |
ScalingPolicy.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service.
|
ScalingPolicy |
ScalingPolicy.withServiceNamespace(String serviceNamespace)
The namespace of the AWS service.
|
ScalingPolicy |
ScalingPolicy.withStepScalingPolicyConfiguration(StepScalingPolicyConfiguration stepScalingPolicyConfiguration)
A step scaling policy.
|
ScalingPolicy |
ScalingPolicy.withTargetTrackingScalingPolicyConfiguration(TargetTrackingScalingPolicyConfiguration targetTrackingScalingPolicyConfiguration)
A target tracking policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingPolicy> |
DescribeScalingPoliciesResult.getScalingPolicies()
Information about the scaling policies.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(ScalingPolicy... scalingPolicies)
Information about the scaling policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeScalingPoliciesResult.setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Information about the scaling policies.
|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
Information about the scaling policies.
|
Copyright © 2018. All rights reserved.