| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
static ScaleDownBehavior |
ScaleDownBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ScaleDownBehavior |
RunJobFlowRequest.scaleDownBehavior()
Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an
instance group is resized.
|
ScaleDownBehavior |
Cluster.scaleDownBehavior()
The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance
group is resized.
|
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 |
|---|---|
static Set<ScaleDownBehavior> |
ScaleDownBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
RunJobFlowRequest.Builder |
RunJobFlowRequest.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.
|
Cluster.Builder |
Cluster.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.
|
Copyright © 2023. All rights reserved.