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 StepSummary
StepSummary. clone()
StepSummary
StepSummary. withActionOnFailure(ActionOnFailure actionOnFailure)
This specifies what action to take when the cluster step fails.StepSummary
StepSummary. withActionOnFailure(String actionOnFailure)
This specifies what action to take when the cluster step fails.StepSummary
StepSummary. withConfig(HadoopStepConfig config)
The Hadoop job configuration of the cluster step.StepSummary
StepSummary. withId(String id)
The identifier of the cluster step.StepSummary
StepSummary. withName(String name)
The name of the cluster step.StepSummary
StepSummary. 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 ListStepsResult
ListStepsResult. 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 void
ListStepsResult. setSteps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.ListStepsResult
ListStepsResult. withSteps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.
-