Uses of Class
software.amazon.awssdk.services.emr.model.SimpleScalingPolicyConfiguration
-
Packages that use SimpleScalingPolicyConfiguration Package Description software.amazon.awssdk.services.emr.model -
-
Uses of SimpleScalingPolicyConfiguration in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return SimpleScalingPolicyConfiguration Modifier and Type Method Description SimpleScalingPolicyConfigurationScalingAction. simpleScalingPolicyConfiguration()The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.Methods in software.amazon.awssdk.services.emr.model with parameters of type SimpleScalingPolicyConfiguration Modifier and Type Method Description ScalingAction.BuilderScalingAction.Builder. simpleScalingPolicyConfiguration(SimpleScalingPolicyConfiguration simpleScalingPolicyConfiguration)The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.
-