Uses of Enum
software.amazon.awssdk.services.ec2.model.AcceleratorType
Packages that use AcceleratorType
-
Uses of AcceleratorType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AcceleratorTypeModifier and TypeMethodDescriptionstatic AcceleratorTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceleratorTypeReturns the enum constant of this type with the specified name.static AcceleratorType[]AcceleratorType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AcceleratorTypeModifier and TypeMethodDescriptionfinal List<AcceleratorType>InstanceRequirements.acceleratorTypes()The accelerator types that must be on the instance type.final List<AcceleratorType>InstanceRequirementsRequest.acceleratorTypes()The accelerator types that must be on the instance type.static Set<AcceleratorType>AcceleratorType.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AcceleratorTypeModifier and TypeMethodDescriptionInstanceRequirements.Builder.acceleratorTypes(AcceleratorType... acceleratorTypes) The accelerator types that must be on the instance type.InstanceRequirementsRequest.Builder.acceleratorTypes(AcceleratorType... acceleratorTypes) The accelerator types that must be on the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AcceleratorTypeModifier and TypeMethodDescriptionInstanceRequirements.Builder.acceleratorTypes(Collection<AcceleratorType> acceleratorTypes) The accelerator types that must be on the instance type.InstanceRequirementsRequest.Builder.acceleratorTypes(Collection<AcceleratorType> acceleratorTypes) The accelerator types that must be on the instance type.