| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
static StepExecutionState | 
StepExecutionState.fromValue(String value)
Use this in place of valueOf. 
 | 
static StepExecutionState | 
StepExecutionState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StepExecutionState[] | 
StepExecutionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
StepExecutionStatusDetail.setState(StepExecutionState state)
 The state of the step. 
 | 
StepExecutionStatusDetail | 
StepExecutionStatusDetail.withState(StepExecutionState state)
 The state of the step. 
 | 
| Constructor and Description | 
|---|
StepExecutionStatusDetail(StepExecutionState state,
                         Date creationDateTime)
Constructs a new StepExecutionStatusDetail object. 
 | 
Copyright © 2021. All rights reserved.