Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepState

Packages that use StepState
com.amazonaws.services.elasticmapreduce.model Classes modeling the various types represented by AmazonElasticMapReduce. 
 

Uses of StepState in com.amazonaws.services.elasticmapreduce.model
 

Methods in com.amazonaws.services.elasticmapreduce.model that return StepState
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.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepState
 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 © 2016. All rights reserved.