Uses of Class
com.amazonaws.services.elasticmapreduce.util.ResizeJobFlowStep
Packages that use ResizeJobFlowStep
-
Uses of ResizeJobFlowStep in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return ResizeJobFlowStepModifier and TypeMethodDescriptionResizeJobFlowStep.withOnArrested
(ResizeJobFlowStep.OnArrested onArrested) What action this step should take if any of the instance group modifications result in the instance group entering Arrested state.ResizeJobFlowStep.withOnFailure
(ResizeJobFlowStep.OnFailure onFailure) What action this step should take if the modification fails.ResizeJobFlowStep.withResizeAction
(ResizeJobFlowStep.ResizeAction resizeAction) Add a new action for this step to perform.ResizeJobFlowStep.withWait
(boolean wait) Specifies whether the step should wait for the modification to complete or if it should just continue onto the next step once the modification request is received.