| Package | Description |
|---|---|
| software.amazon.awssdk.services.opsworks.model |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingThresholds |
LoadBasedAutoScalingConfiguration.downScaling()
An
AutoScalingThresholds object that describes the downscaling configuration, which defines how and
when AWS OpsWorks Stacks reduces the number of instances. |
AutoScalingThresholds |
SetLoadBasedAutoScalingRequest.downScaling()
An
AutoScalingThresholds object with the downscaling threshold configuration. |
AutoScalingThresholds |
LoadBasedAutoScalingConfiguration.upScaling()
An
AutoScalingThresholds object that describes the upscaling configuration, which defines how and
when AWS OpsWorks Stacks increases the number of instances. |
AutoScalingThresholds |
SetLoadBasedAutoScalingRequest.upScaling()
An
AutoScalingThresholds object with the upscaling threshold configuration. |
| Modifier and Type | Method and Description |
|---|---|
LoadBasedAutoScalingConfiguration.Builder |
LoadBasedAutoScalingConfiguration.Builder.downScaling(AutoScalingThresholds downScaling)
An
AutoScalingThresholds object that describes the downscaling configuration, which defines how
and when AWS OpsWorks Stacks reduces the number of instances. |
SetLoadBasedAutoScalingRequest.Builder |
SetLoadBasedAutoScalingRequest.Builder.downScaling(AutoScalingThresholds downScaling)
An
AutoScalingThresholds object with the downscaling threshold configuration. |
LoadBasedAutoScalingConfiguration.Builder |
LoadBasedAutoScalingConfiguration.Builder.upScaling(AutoScalingThresholds upScaling)
An
AutoScalingThresholds object that describes the upscaling configuration, which defines how
and when AWS OpsWorks Stacks increases the number of instances. |
SetLoadBasedAutoScalingRequest.Builder |
SetLoadBasedAutoScalingRequest.Builder.upScaling(AutoScalingThresholds upScaling)
An
AutoScalingThresholds object with the upscaling threshold configuration. |
Copyright © 2023. All rights reserved.