Uses of Class
software.amazon.awssdk.services.emr.model.ScaleDownBehavior
-
Packages that use ScaleDownBehavior Package Description software.amazon.awssdk.services.emr.model -
-
Uses of ScaleDownBehavior in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return ScaleDownBehavior Modifier and Type Method Description static ScaleDownBehaviorScaleDownBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScaleDownBehaviorCluster. scaleDownBehavior()The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.ScaleDownBehaviorRunJobFlowRequest. scaleDownBehavior()Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.static ScaleDownBehaviorScaleDownBehavior. valueOf(String name)Returns the enum constant of this type with the specified name.static ScaleDownBehavior[]ScaleDownBehavior. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type ScaleDownBehavior Modifier and Type Method Description static Set<ScaleDownBehavior>ScaleDownBehavior. knownValues()Methods in software.amazon.awssdk.services.emr.model with parameters of type ScaleDownBehavior Modifier and Type Method Description Cluster.BuilderCluster.Builder. scaleDownBehavior(ScaleDownBehavior scaleDownBehavior)The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.RunJobFlowRequest.BuilderRunJobFlowRequest.Builder. scaleDownBehavior(ScaleDownBehavior scaleDownBehavior)Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized.
-