Uses of Class
software.amazon.awssdk.services.opsworks.model.AutoScalingType
-
Packages that use AutoScalingType Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of AutoScalingType in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return AutoScalingType Modifier and Type Method Description AutoScalingTypeCreateInstanceRequest. autoScalingType()For load-based or time-based instances, the type.AutoScalingTypeInstance. autoScalingType()For load-based or time-based instances, the type.AutoScalingTypeUpdateInstanceRequest. autoScalingType()For load-based or time-based instances, the type.static AutoScalingTypeAutoScalingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.opsworks.model that return types with arguments of type AutoScalingType Modifier and Type Method Description static Set<AutoScalingType>AutoScalingType. knownValues()Methods in software.amazon.awssdk.services.opsworks.model with parameters of type AutoScalingType Modifier and Type Method Description CreateInstanceRequest.BuilderCreateInstanceRequest.Builder. autoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.Instance.BuilderInstance.Builder. autoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.UpdateInstanceRequest.BuilderUpdateInstanceRequest.Builder. autoScalingType(AutoScalingType autoScalingType)For load-based or time-based instances, the type.
-