Uses of Class
software.amazon.awssdk.services.emr.model.ScalingRule
-
Packages that use ScalingRule Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ScalingRule in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ScalingRule Modifier and Type Method Description List<ScalingRule>AutoScalingPolicy. rules()The scale-in and scale-out rules that comprise the automatic scaling policy.List<ScalingRule>AutoScalingPolicyDescription. rules()The scale-in and scale-out rules that comprise the automatic scaling policy.Methods in software.amazon.awssdk.services.emr.model with parameters of type ScalingRule Modifier and Type Method Description AutoScalingPolicy.BuilderAutoScalingPolicy.Builder. rules(ScalingRule... rules)The scale-in and scale-out rules that comprise the automatic scaling policy.AutoScalingPolicyDescription.BuilderAutoScalingPolicyDescription.Builder. rules(ScalingRule... rules)The scale-in and scale-out rules that comprise the automatic scaling policy.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type ScalingRule Modifier and Type Method Description AutoScalingPolicy.BuilderAutoScalingPolicy.Builder. rules(Collection<ScalingRule> rules)The scale-in and scale-out rules that comprise the automatic scaling policy.AutoScalingPolicyDescription.BuilderAutoScalingPolicyDescription.Builder. rules(Collection<ScalingRule> rules)The scale-in and scale-out rules that comprise the automatic scaling policy.
-