Uses of Class
com.amazonaws.services.elasticmapreduce.util.ResizeJobFlowStep
-
Packages that use ResizeJobFlowStep Package Description com.amazonaws.services.elasticmapreduce.util -
-
Uses of ResizeJobFlowStep in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return ResizeJobFlowStep Modifier and Type Method Description ResizeJobFlowStepResizeJobFlowStep. 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.ResizeJobFlowStepResizeJobFlowStep. withOnFailure(ResizeJobFlowStep.OnFailure onFailure)What action this step should take if the modification fails.ResizeJobFlowStepResizeJobFlowStep. withResizeAction(ResizeJobFlowStep.ResizeAction resizeAction)Add a new action for this step to perform.ResizeJobFlowStepResizeJobFlowStep. 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.
-