|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepExecutionState | |
---|---|
com.amazonaws.services.elasticmapreduce.model | Classes modeling the various types represented by AmazonElasticMapReduce. |
Uses of StepExecutionState in com.amazonaws.services.elasticmapreduce.model |
---|
Methods in com.amazonaws.services.elasticmapreduce.model that return StepExecutionState | |
---|---|
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. |
Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepExecutionState | |
---|---|
void |
StepExecutionStatusDetail.setState(StepExecutionState state)
The state of the job flow step. |
StepExecutionStatusDetail |
StepExecutionStatusDetail.withState(StepExecutionState state)
The state of the job flow step. |
Constructors in com.amazonaws.services.elasticmapreduce.model with parameters of type StepExecutionState | |
---|---|
StepExecutionStatusDetail(StepExecutionState state,
Date creationDateTime)
Constructs a new StepExecutionStatusDetail object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |