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

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

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

Methods in com.amazonaws.services.elasticmapreduce.model that return StepDetail
 StepDetail StepDetail.withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)
          The description of the step status.
 StepDetail StepDetail.withStepConfig(StepConfig stepConfig)
          The step configuration.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepDetail
 List<StepDetail> JobFlowDetail.getSteps()
          A list of steps run by the job flow.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepDetail
 JobFlowDetail JobFlowDetail.withSteps(StepDetail... steps)
          A list of steps run by the job flow.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepDetail
 void JobFlowDetail.setSteps(Collection<StepDetail> steps)
          A list of steps run by the job flow.
 JobFlowDetail JobFlowDetail.withSteps(Collection<StepDetail> steps)
          A list of steps run by the job flow.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.