| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicy |
ScalingPolicy.clone() |
ScalingPolicy |
ScalingPolicy.withPolicyName(String policyName)
The name of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(PolicyType policyType)
The type of scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(String policyType)
The type of scaling policy.
|
ScalingPolicy |
ScalingPolicy.withTargetTrackingConfiguration(TargetTrackingConfiguration targetTrackingConfiguration)
The target tracking scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingPolicy> |
ScalingPlanResource.getScalingPolicies()
The scaling policies.
|
| Modifier and Type | Method and Description |
|---|---|
ScalingPlanResource |
ScalingPlanResource.withScalingPolicies(ScalingPolicy... scalingPolicies)
The scaling policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalingPlanResource.setScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
The scaling policies.
|
ScalingPlanResource |
ScalingPlanResource.withScalingPolicies(Collection<ScalingPolicy> scalingPolicies)
The scaling policies.
|
Copyright © 2021. All rights reserved.