Uses of Interface
com.amazonaws.services.elasticmapreduce.util.ResizeJobFlowStep.ResizeAction
-
Packages that use ResizeJobFlowStep.ResizeAction Package Description com.amazonaws.services.elasticmapreduce.util -
-
Uses of ResizeJobFlowStep.ResizeAction in com.amazonaws.services.elasticmapreduce.util
Classes in com.amazonaws.services.elasticmapreduce.util that implement ResizeJobFlowStep.ResizeAction Modifier and Type Class Description static class
ResizeJobFlowStep.AddInstanceGroup
Class representing creating a new instance group.static class
ResizeJobFlowStep.ModifyInstanceGroup
Class representing a change to an existing instance group.Methods in com.amazonaws.services.elasticmapreduce.util with parameters of type ResizeJobFlowStep.ResizeAction Modifier and Type Method Description ResizeJobFlowStep
ResizeJobFlowStep. withResizeAction(ResizeJobFlowStep.ResizeAction resizeAction)
Add a new action for this step to perform.
-