Uses of Class
software.amazon.awssdk.services.deadline.model.AutoScalingMode
-
Packages that use AutoScalingMode Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of AutoScalingMode in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return AutoScalingMode Modifier and Type Method Description static AutoScalingModeAutoScalingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AutoScalingModeCustomerManagedFleetConfiguration. mode()The Auto Scaling mode for the customer managed fleet configuration.static AutoScalingModeAutoScalingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoScalingMode[]AutoScalingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type AutoScalingMode Modifier and Type Method Description static Set<AutoScalingMode>AutoScalingMode. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type AutoScalingMode Modifier and Type Method Description CustomerManagedFleetConfiguration.BuilderCustomerManagedFleetConfiguration.Builder. mode(AutoScalingMode mode)The Auto Scaling mode for the customer managed fleet configuration.
-