Uses of Class
software.amazon.awssdk.services.opsworks.model.AutoScalingThresholds
-
Packages that use AutoScalingThresholds Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of AutoScalingThresholds in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return AutoScalingThresholds Modifier and Type Method Description AutoScalingThresholdsLoadBasedAutoScalingConfiguration. downScaling()AnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.AutoScalingThresholdsSetLoadBasedAutoScalingRequest. downScaling()AnAutoScalingThresholdsobject with the downscaling threshold configuration.AutoScalingThresholdsLoadBasedAutoScalingConfiguration. upScaling()AnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.AutoScalingThresholdsSetLoadBasedAutoScalingRequest. upScaling()AnAutoScalingThresholdsobject with the upscaling threshold configuration.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type AutoScalingThresholds Modifier and Type Method Description LoadBasedAutoScalingConfiguration.BuilderLoadBasedAutoScalingConfiguration.Builder. downScaling(AutoScalingThresholds downScaling)AnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when AWS OpsWorks Stacks reduces the number of instances.SetLoadBasedAutoScalingRequest.BuilderSetLoadBasedAutoScalingRequest.Builder. downScaling(AutoScalingThresholds downScaling)AnAutoScalingThresholdsobject with the downscaling threshold configuration.LoadBasedAutoScalingConfiguration.BuilderLoadBasedAutoScalingConfiguration.Builder. upScaling(AutoScalingThresholds upScaling)AnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when AWS OpsWorks Stacks increases the number of instances.SetLoadBasedAutoScalingRequest.BuilderSetLoadBasedAutoScalingRequest.Builder. upScaling(AutoScalingThresholds upScaling)AnAutoScalingThresholdsobject with the upscaling threshold configuration.
-