Uses of Class
com.amazonaws.services.opsworks.model.AutoScalingType
-
Packages that use AutoScalingType Package Description com.amazonaws.services.opsworks.model -
-
Uses of AutoScalingType in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return AutoScalingType Modifier and Type Method Description static AutoScalingTypeAutoScalingType. fromValue(String value)Use this in place of valueOf.static AutoScalingTypeAutoScalingType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoScalingType[]AutoScalingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.opsworks.model with parameters of type AutoScalingType Modifier and Type Method Description voidCreateInstanceRequest. setAutoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.voidInstance. setAutoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.voidUpdateInstanceRequest. setAutoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.CreateInstanceRequestCreateInstanceRequest. withAutoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.InstanceInstance. withAutoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.UpdateInstanceRequestUpdateInstanceRequest. withAutoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.
-