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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return StepStatus
 StepStatus StepSummary.getStatus()
          The current execution status details of the cluster step.
 StepStatus Step.getStatus()
          The current execution status details of the cluster step.
 StepStatus StepStatus.withState(StepState state)
          The execution state of the cluster step.
 StepStatus StepStatus.withState(String state)
          The execution state of the cluster step.
 StepStatus StepStatus.withStateChangeReason(StepStateChangeReason stateChangeReason)
          The reason for the step execution status change.
 StepStatus StepStatus.withTimeline(StepTimeline timeline)
          The timeline of the cluster step status over time.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepStatus
 void StepSummary.setStatus(StepStatus status)
          The current execution status details of the cluster step.
 void Step.setStatus(StepStatus status)
          The current execution status details of the cluster step.
 StepSummary StepSummary.withStatus(StepStatus status)
          The current execution status details of the cluster step.
 Step Step.withStatus(StepStatus status)
          The current execution status details of the cluster step.
 



Copyright © 2016. All rights reserved.