Uses of Class
software.amazon.awssdk.services.emr.model.ManagedScalingPolicy
-
Packages that use ManagedScalingPolicy Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ManagedScalingPolicy in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ManagedScalingPolicy Modifier and Type Method Description ManagedScalingPolicyGetManagedScalingPolicyResponse. managedScalingPolicy()Specifies the managed scaling policy that is attached to an Amazon EMR cluster.ManagedScalingPolicyPutManagedScalingPolicyRequest. managedScalingPolicy()Specifies the constraints for the managed scaling policy.ManagedScalingPolicyRunJobFlowRequest. managedScalingPolicy()The specified managed scaling policy for an Amazon EMR cluster.Methods in software.amazon.awssdk.services.emr.model with parameters of type ManagedScalingPolicy Modifier and Type Method Description GetManagedScalingPolicyResponse.BuilderGetManagedScalingPolicyResponse.Builder. managedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)Specifies the managed scaling policy that is attached to an Amazon EMR cluster.PutManagedScalingPolicyRequest.BuilderPutManagedScalingPolicyRequest.Builder. managedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)Specifies the constraints for the managed scaling policy.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. managedScalingPolicy(ManagedScalingPolicy managedScalingPolicy)The specified managed scaling policy for an Amazon EMR cluster.
-