| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
ScalingInstruction |
ScalingInstruction.clone() |
ScalingInstruction |
ScalingInstruction.withCustomizedLoadMetricSpecification(CustomizedLoadMetricSpecification customizedLoadMetricSpecification)
The customized load metric to use for predictive scaling.
|
ScalingInstruction |
ScalingInstruction.withDisableDynamicScaling(Boolean disableDynamicScaling)
Controls whether dynamic scaling by AWS Auto Scaling is disabled.
|
ScalingInstruction |
ScalingInstruction.withMaxCapacity(Integer maxCapacity)
The maximum capacity of the resource.
|
ScalingInstruction |
ScalingInstruction.withMinCapacity(Integer minCapacity)
The minimum capacity of the resource.
|
ScalingInstruction |
ScalingInstruction.withPredefinedLoadMetricSpecification(PredefinedLoadMetricSpecification predefinedLoadMetricSpecification)
The predefined load metric to use for predictive scaling.
|
ScalingInstruction |
ScalingInstruction.withPredictiveScalingMaxCapacityBehavior(PredictiveScalingMaxCapacityBehavior predictiveScalingMaxCapacityBehavior)
Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity
specified for the resource.
|
ScalingInstruction |
ScalingInstruction.withPredictiveScalingMaxCapacityBehavior(String predictiveScalingMaxCapacityBehavior)
Defines the behavior that should be applied if the forecast capacity approaches or exceeds the maximum capacity
specified for the resource.
|
ScalingInstruction |
ScalingInstruction.withPredictiveScalingMaxCapacityBuffer(Integer predictiveScalingMaxCapacityBuffer)
The size of the capacity buffer to use when the forecast capacity is close to or exceeds the maximum capacity.
|
ScalingInstruction |
ScalingInstruction.withPredictiveScalingMode(PredictiveScalingMode predictiveScalingMode)
The predictive scaling mode.
|
ScalingInstruction |
ScalingInstruction.withPredictiveScalingMode(String predictiveScalingMode)
The predictive scaling mode.
|
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.withScalingPolicyUpdateBehavior(ScalingPolicyUpdateBehavior scalingPolicyUpdateBehavior)
Controls whether a resource's externally created scaling policies are kept or replaced.
|
ScalingInstruction |
ScalingInstruction.withScalingPolicyUpdateBehavior(String scalingPolicyUpdateBehavior)
Controls whether a resource's externally created scaling policies are kept or replaced.
|
ScalingInstruction |
ScalingInstruction.withScheduledActionBufferTime(Integer scheduledActionBufferTime)
The amount of time, in seconds, to buffer the run time of scheduled scaling actions when scaling out.
|
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 configurations (up to 10).
|
ScalingInstruction |
ScalingInstruction.withTargetTrackingConfigurations(TargetTrackingConfiguration... targetTrackingConfigurations)
The target tracking configurations (up to 10).
|
| Modifier and Type | Method and Description |
|---|---|
List<ScalingInstruction> |
CreateScalingPlanRequest.getScalingInstructions()
The scaling instructions.
|
List<ScalingInstruction> |
UpdateScalingPlanRequest.getScalingInstructions()
The scaling instructions.
|
List<ScalingInstruction> |
ScalingPlan.getScalingInstructions()
The scaling instructions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateScalingPlanRequest |
CreateScalingPlanRequest.withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
UpdateScalingPlanRequest |
UpdateScalingPlanRequest.withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
ScalingPlan |
ScalingPlan.withScalingInstructions(ScalingInstruction... scalingInstructions)
The scaling instructions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateScalingPlanRequest.setScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
void |
UpdateScalingPlanRequest.setScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
void |
ScalingPlan.setScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
CreateScalingPlanRequest |
CreateScalingPlanRequest.withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
UpdateScalingPlanRequest |
UpdateScalingPlanRequest.withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
ScalingPlan |
ScalingPlan.withScalingInstructions(Collection<ScalingInstruction> scalingInstructions)
The scaling instructions.
|
Copyright © 2024. All rights reserved.