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)
          Sets the value of the ExecutionStatusDetail property for this object.
 StepDetail StepDetail.withStepConfig(StepConfig stepConfig)
          Sets the value of the StepConfig property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepDetail
 List<StepDetail> JobFlowDetail.getSteps()
          Returns the value of the Steps property for this object.
 

Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepDetail
 JobFlowDetail JobFlowDetail.withSteps(StepDetail... steps)
          Sets the value of the Steps property for this object.
 

Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepDetail
 void JobFlowDetail.setSteps(Collection<StepDetail> steps)
          Sets the value of the Steps property for this object.
 JobFlowDetail JobFlowDetail.withSteps(Collection<StepDetail> steps)
          Sets the value of the Steps property for this object.
 



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