Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepSummary
-
Packages that use StepSummary Package Description com.amazonaws.services.elasticmapreduce.model -
-
Uses of StepSummary in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepSummary Modifier and Type Method Description StepSummaryStepSummary. clone()StepSummaryStepSummary. withActionOnFailure(ActionOnFailure actionOnFailure)This specifies what action to take when the cluster step fails.StepSummaryStepSummary. withActionOnFailure(String actionOnFailure)This specifies what action to take when the cluster step fails.StepSummaryStepSummary. withConfig(HadoopStepConfig config)The Hadoop job configuration of the cluster step.StepSummaryStepSummary. withId(String id)The identifier of the cluster step.StepSummaryStepSummary. withName(String name)The name of the cluster step.StepSummaryStepSummary. withStatus(StepStatus status)The current execution status details of the cluster step.Methods in com.amazonaws.services.elasticmapreduce.model that return types with arguments of type StepSummary Modifier and Type Method Description List<StepSummary>ListStepsResult. getSteps()The filtered list of steps for the cluster.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepSummary Modifier and Type Method Description ListStepsResultListStepsResult. withSteps(StepSummary... steps)The filtered list of steps for the cluster.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepSummary Modifier and Type Method Description voidListStepsResult. setSteps(Collection<StepSummary> steps)The filtered list of steps for the cluster.ListStepsResultListStepsResult. withSteps(Collection<StepSummary> steps)The filtered list of steps for the cluster.
-