| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingInstruction |
ScalingInstruction.clone() |
ScalingInstruction |
ScalingInstruction.withMaxCapacity(Integer maxCapacity)
The maximum value to scale to in response to a scale out event.
|
ScalingInstruction |
ScalingInstruction.withMinCapacity(Integer minCapacity)
The minimum value to scale to in response to a scale in event.
|
ScalingInstruction |
ScalingInstruction.withResourceId(String resourceId)
The ID of the resource.
|
ScalingInstruction |
ScalingInstruction.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension associated with the resource.
|
ScalingInstruction |
ScalingInstruction.withScalableDimension(String scalableDimension)
The scalable dimension associated with the resource.
|
ScalingInstruction |
ScalingInstruction.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace of the AWS service.
|
ScalingInstruction |
ScalingInstruction.withServiceNamespace(String serviceNamespace)
The namespace of the AWS service.
|
ScalingInstruction |
ScalingInstruction.withTargetTrackingConfigurations(Collection<TargetTrackingConfiguration> targetTrackingConfigurations)
The target tracking scaling policies (up to 10).
|
ScalingInstruction |
ScalingInstruction.withTargetTrackingConfigurations(TargetTrackingConfiguration... targetTrackingConfigurations)
The target tracking scaling policies (up to 10).
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingInstruction> |
UpdateScalingPlanRequest.getScalingInstructions()
The scaling instructions.
|
List<ScalingInstruction> |
ScalingPlan.getScalingInstructions()
The scaling instructions.
|
List<ScalingInstruction> |
CreateScalingPlanRequest.getScalingInstructions()
The scaling instructions.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateScalingPlanRequest |
UpdateScalingPlanRequest.withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
ScalingPlan |
ScalingPlan.withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
CreateScalingPlanRequest |
CreateScalingPlanRequest.withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateScalingPlanRequest.setScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
void |
ScalingPlan.setScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
void |
CreateScalingPlanRequest.setScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
UpdateScalingPlanRequest |
UpdateScalingPlanRequest.withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
ScalingPlan |
ScalingPlan.withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
CreateScalingPlanRequest |
CreateScalingPlanRequest.withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
Copyright © 2018. All rights reserved.