Uses of Class
com.amazonaws.services.opsworks.model.AutoScalingThresholds
-
Packages that use AutoScalingThresholds Package Description com.amazonaws.services.opsworks.model -
-
Uses of AutoScalingThresholds in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return AutoScalingThresholds Modifier and Type Method Description AutoScalingThresholdsAutoScalingThresholds. clone()AutoScalingThresholdsLoadBasedAutoScalingConfiguration. getDownScaling()AnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when AWS OpsWorks reduces the number of instances.AutoScalingThresholdsSetLoadBasedAutoScalingRequest. getDownScaling()AnAutoScalingThresholdsobject with the downscaling threshold configuration.AutoScalingThresholdsLoadBasedAutoScalingConfiguration. getUpScaling()AnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when AWS OpsWorks increases the number of instances.AutoScalingThresholdsSetLoadBasedAutoScalingRequest. getUpScaling()AnAutoScalingThresholdsobject with the upscaling threshold configuration.AutoScalingThresholdsAutoScalingThresholds. withAlarms(String... alarms)Custom Cloudwatch auto scaling alarms, to be used as thresholds.AutoScalingThresholdsAutoScalingThresholds. withAlarms(Collection<String> alarms)Custom Cloudwatch auto scaling alarms, to be used as thresholds.AutoScalingThresholdsAutoScalingThresholds. withCpuThreshold(Double cpuThreshold)The CPU utilization threshold, as a percent of the available CPU.AutoScalingThresholdsAutoScalingThresholds. withIgnoreMetricsTime(Integer ignoreMetricsTime)The amount of time (in minutes) after a scaling event occurs that AWS OpsWorks should ignore metrics and suppress additional scaling events.AutoScalingThresholdsAutoScalingThresholds. withInstanceCount(Integer instanceCount)The number of instances to add or remove when the load exceeds a threshold.AutoScalingThresholdsAutoScalingThresholds. withLoadThreshold(Double loadThreshold)The load threshold.AutoScalingThresholdsAutoScalingThresholds. withMemoryThreshold(Double memoryThreshold)The memory utilization threshold, as a percent of the available memory.AutoScalingThresholdsAutoScalingThresholds. withThresholdsWaitTime(Integer thresholdsWaitTime)The amount of time, in minutes, that the load must exceed a threshold before more instances are added or removed.Methods in com.amazonaws.services.opsworks.model with parameters of type AutoScalingThresholds Modifier and Type Method Description voidLoadBasedAutoScalingConfiguration. setDownScaling(AutoScalingThresholds downScaling)AnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when AWS OpsWorks reduces the number of instances.voidSetLoadBasedAutoScalingRequest. setDownScaling(AutoScalingThresholds downScaling)AnAutoScalingThresholdsobject with the downscaling threshold configuration.voidLoadBasedAutoScalingConfiguration. setUpScaling(AutoScalingThresholds upScaling)AnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when AWS OpsWorks increases the number of instances.voidSetLoadBasedAutoScalingRequest. setUpScaling(AutoScalingThresholds upScaling)AnAutoScalingThresholdsobject with the upscaling threshold configuration.LoadBasedAutoScalingConfigurationLoadBasedAutoScalingConfiguration. withDownScaling(AutoScalingThresholds downScaling)AnAutoScalingThresholdsobject that describes the downscaling configuration, which defines how and when AWS OpsWorks reduces the number of instances.SetLoadBasedAutoScalingRequestSetLoadBasedAutoScalingRequest. withDownScaling(AutoScalingThresholds downScaling)AnAutoScalingThresholdsobject with the downscaling threshold configuration.LoadBasedAutoScalingConfigurationLoadBasedAutoScalingConfiguration. withUpScaling(AutoScalingThresholds upScaling)AnAutoScalingThresholdsobject that describes the upscaling configuration, which defines how and when AWS OpsWorks increases the number of instances.SetLoadBasedAutoScalingRequestSetLoadBasedAutoScalingRequest. withUpScaling(AutoScalingThresholds upScaling)AnAutoScalingThresholdsobject with the upscaling threshold configuration.
-