Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.AsgType
-
Packages that use AsgType Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of AsgType in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return AsgType Modifier and Type Method Description static AsgTypeAsgType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AsgTypeAutoScalingGroupConfiguration. type()Describes whether the EC2 Auto Scaling group has a single instance type or a mixed instance type configuration.static AsgTypeAsgType. valueOf(String name)Returns the enum constant of this type with the specified name.static AsgType[]AsgType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type AsgType Modifier and Type Method Description static Set<AsgType>AsgType. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type AsgType Modifier and Type Method Description AutoScalingGroupConfiguration.BuilderAutoScalingGroupConfiguration.Builder. type(AsgType type)Describes whether the EC2 Auto Scaling group has a single instance type or a mixed instance type configuration.
-