| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static ScaleDownBehavior | ScaleDownBehavior. fromValue(String value)Use this in place of valueOf. | 
| static ScaleDownBehavior | ScaleDownBehavior. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RunJobFlowRequest. setScaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
 Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an
 instance group is resized. | 
| void | Cluster. setScaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
 The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
 group is resized. | 
| void | JobFlowDetail. setScaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
 The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
 group is resized. | 
| RunJobFlowRequest | RunJobFlowRequest. withScaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
 Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an
 instance group is resized. | 
| Cluster | Cluster. withScaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
 The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
 group is resized. | 
| JobFlowDetail | JobFlowDetail. withScaleDownBehavior(ScaleDownBehavior scaleDownBehavior)
 The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
 group is resized. | 
Copyright © 2024. All rights reserved.