Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepDetail
-
Packages that use StepDetail Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepDetail in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepDetail Modifier and Type Method Description StepDetailStepDetail. clone()StepDetailStepDetail. withExecutionStatusDetail(StepExecutionStatusDetail executionStatusDetail)The description of the step status.StepDetailStepDetail. withStepConfig(StepConfig stepConfig)The step configuration.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepDetail Modifier and Type Method Description 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 Modifier and Type Method Description JobFlowDetailJobFlowDetail. 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 Modifier and Type Method Description voidJobFlowDetail. setSteps(Collection<StepDetail> steps)A list of steps run by the job flow.JobFlowDetailJobFlowDetail. withSteps(Collection<StepDetail> steps)A list of steps run by the job flow.
-