Uses of Class
software.amazon.awssdk.services.emr.model.ScalingConstraints
-
Packages that use ScalingConstraints Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ScalingConstraints in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ScalingConstraints Modifier and Type Method Description ScalingConstraintsAutoScalingPolicy. constraints()The upper and lower Amazon EC2 instance limits for an automatic scaling policy.ScalingConstraintsAutoScalingPolicyDescription. constraints()The upper and lower Amazon EC2 instance limits for an automatic scaling policy.Methods in software.amazon.awssdk.services.emr.model with parameters of type ScalingConstraints Modifier and Type Method Description AutoScalingPolicy.BuilderAutoScalingPolicy.Builder. constraints(ScalingConstraints constraints)The upper and lower Amazon EC2 instance limits for an automatic scaling policy.AutoScalingPolicyDescription.BuilderAutoScalingPolicyDescription.Builder. constraints(ScalingConstraints constraints)The upper and lower Amazon EC2 instance limits for an automatic scaling policy.
-