Uses of Class
com.oracle.bmc.autoscaling.model.Action.Builder
- 
Packages that use Action.Builder Package Description com.oracle.bmc.autoscaling.model 
- 
- 
Uses of Action.Builder in com.oracle.bmc.autoscaling.modelMethods in com.oracle.bmc.autoscaling.model that return Action.Builder Modifier and Type Method Description static Action.BuilderAction. builder()Create a new builder.Action.BuilderAction.Builder. copy(Action model)Action.BuilderAction. toBuilder()Action.BuilderAction.Builder. type(Action.Type type)The type of action to take.Action.BuilderAction.Builder. value(Integer value)To scale out (increase the number of instances), provide a positive value.
 
-