Uses of Class
com.amazonaws.services.elasticmapreduce.util.ResizeJobFlowStep.OnArrested
-
Packages that use ResizeJobFlowStep.OnArrested Package Description com.amazonaws.services.elasticmapreduce.util -
-
Uses of ResizeJobFlowStep.OnArrested in com.amazonaws.services.elasticmapreduce.util
Methods in com.amazonaws.services.elasticmapreduce.util that return ResizeJobFlowStep.OnArrested Modifier and Type Method Description static ResizeJobFlowStep.OnArrested
ResizeJobFlowStep.OnArrested. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResizeJobFlowStep.OnArrested[]
ResizeJobFlowStep.OnArrested. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticmapreduce.util with parameters of type ResizeJobFlowStep.OnArrested Modifier and Type Method Description ResizeJobFlowStep
ResizeJobFlowStep. 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.
-