Uses of Enum
com.amazonaws.services.opsworks.model.AutoScalingType
Packages that use AutoScalingType
-
Uses of AutoScalingType in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return AutoScalingTypeModifier and TypeMethodDescriptionstatic AutoScalingType
Use this in place of valueOf.static AutoScalingType
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 AutoScalingTypeModifier and TypeMethodDescriptionvoid
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.withAutoScalingType
(AutoScalingType autoScalingType) For load-based or time-based instances, the type.Instance.withAutoScalingType
(AutoScalingType autoScalingType) For load-based or time-based instances, the type.UpdateInstanceRequest.withAutoScalingType
(AutoScalingType autoScalingType) For load-based or time-based instances, the type.