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 AutoScalingType
AutoScalingType. fromValue(String value)
Use this in place of valueOf.static AutoScalingType
AutoScalingType. 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 void
CreateInstanceRequest. setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.void
Instance. setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.void
UpdateInstanceRequest. setAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.CreateInstanceRequest
CreateInstanceRequest. withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.Instance
Instance. withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.UpdateInstanceRequest
UpdateInstanceRequest. withAutoScalingType(AutoScalingType autoScalingType)
For load-based or time-based instances, the type.
-