Uses of Enum
com.amazonaws.services.opsworks.model.AutoScalingType
Packages that use AutoScalingType
-
Uses of AutoScalingType in com.amazonaws.services.opsworks.model
Subclasses with type arguments of type AutoScalingType in com.amazonaws.services.opsworks.modelMethods in com.amazonaws.services.opsworks.model that return AutoScalingTypeModifier and TypeMethodDescriptionstatic AutoScalingTypeUse this in place of valueOf.static AutoScalingTypeReturns 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 TypeMethodDescriptionvoidCreateInstanceRequest.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.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.