Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
static StepState |
StepState.fromValue(String value)
Use this in place of valueOf.
|
static StepState |
StepState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StepState[] |
StepState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StepStatus.setState(StepState state)
The execution state of the cluster step.
|
StepStatus |
StepStatus.withState(StepState state)
The execution state of the cluster step.
|
ListStepsRequest |
ListStepsRequest.withStepStates(StepState... stepStates)
The filter to limit the step list based on certain states.
|
Copyright © 2014. All rights reserved.