Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.util |
Modifier and Type | Field and Description |
---|---|
private ResizeJobFlowStep.OnFailure |
ResizeJobFlowStep.onFailure |
Modifier and Type | Method and Description |
---|---|
static ResizeJobFlowStep.OnFailure |
ResizeJobFlowStep.OnFailure.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResizeJobFlowStep.OnFailure[] |
ResizeJobFlowStep.OnFailure.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ResizeJobFlowStep |
ResizeJobFlowStep.withOnFailure(ResizeJobFlowStep.OnFailure onFailure)
What action this step should take if the modification fails.
|