Uses of Enum
com.amazonaws.services.elasticmapreduce.util.ResizeJobFlowStep.OnArrested
Packages that use ResizeJobFlowStep.OnArrested
-
Uses of ResizeJobFlowStep.OnArrested in com.amazonaws.services.elasticmapreduce.util
Subclasses with type arguments of type ResizeJobFlowStep.OnArrested in com.amazonaws.services.elasticmapreduce.utilModifier and TypeClassDescriptionstatic enumThe action to take if your step is waiting for the instance group to start and it enters the Arrested state.Methods in com.amazonaws.services.elasticmapreduce.util that return ResizeJobFlowStep.OnArrestedModifier and TypeMethodDescriptionstatic ResizeJobFlowStep.OnArrestedReturns 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.OnArrestedModifier 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.