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