Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<ScalingPolicy> |
DescribeScalingPoliciesResult.getScalingPolicies()
A list of scaling policy objects.
|
Modifier and Type | Method and Description |
---|---|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(ScalingPolicy... scalingPolicies)
A list of scaling policy objects.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeScalingPoliciesResult.setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A list of scaling policy objects.
|
DescribeScalingPoliciesResult |
DescribeScalingPoliciesResult.withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
A list of scaling policy objects.
|
Copyright © 2018. All rights reserved.