| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static ActionOnFailure | ActionOnFailure. fromValue(String value)Use this in place of valueOf. | 
| static ActionOnFailure | ActionOnFailure. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ActionOnFailure[] | ActionOnFailure. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StepConfig. setActionOnFailure(ActionOnFailure actionOnFailure)
 The action to take if the step fails. | 
| void | Step. setActionOnFailure(ActionOnFailure actionOnFailure)
 This specifies what action to take when the cluster step fails. | 
| void | StepSummary. setActionOnFailure(ActionOnFailure actionOnFailure)
 This specifies what action to take when the cluster step fails. | 
| StepConfig | StepConfig. withActionOnFailure(ActionOnFailure actionOnFailure)
 The action to take if the step fails. | 
| Step | Step. withActionOnFailure(ActionOnFailure actionOnFailure)
 This specifies what action to take when the cluster step fails. | 
| StepSummary | StepSummary. withActionOnFailure(ActionOnFailure actionOnFailure)
 This specifies what action to take when the cluster step fails. | 
Copyright © 2017. All rights reserved.