Uses of Class
com.amazonaws.services.elasticmapreduce.model.StepSummary
Packages that use StepSummary
-
Uses of StepSummary in com.amazonaws.services.elasticmapreduce.model
Methods in com.amazonaws.services.elasticmapreduce.model that return StepSummaryModifier and TypeMethodDescriptionStepSummary.clone()
StepSummary.withActionOnFailure
(ActionOnFailure actionOnFailure) This specifies what action to take when the cluster step fails.StepSummary.withActionOnFailure
(String actionOnFailure) This specifies what action to take when the cluster step fails.StepSummary.withConfig
(HadoopStepConfig config) The Hadoop job configuration of the cluster step.The identifier of the cluster step.The name of the cluster step.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 StepSummaryModifier and TypeMethodDescriptionListStepsResult.getSteps()
The filtered list of steps for the cluster.Methods in com.amazonaws.services.elasticmapreduce.model with parameters of type StepSummaryModifier and TypeMethodDescriptionListStepsResult.withSteps
(StepSummary... steps) The filtered list of steps for the cluster.Method parameters in com.amazonaws.services.elasticmapreduce.model with type arguments of type StepSummaryModifier and TypeMethodDescriptionvoid
ListStepsResult.setSteps
(Collection<StepSummary> steps) The filtered list of steps for the cluster.ListStepsResult.withSteps
(Collection<StepSummary> steps) The filtered list of steps for the cluster.