Uses of Enum
software.amazon.awssdk.services.ec2.model.AcceleratorManufacturer
Packages that use AcceleratorManufacturer
-
Uses of AcceleratorManufacturer in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AcceleratorManufacturerModifier and TypeMethodDescriptionstatic AcceleratorManufacturerUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceleratorManufacturerReturns the enum constant of this type with the specified name.static AcceleratorManufacturer[]AcceleratorManufacturer.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 AcceleratorManufacturerModifier and TypeMethodDescriptionfinal List<AcceleratorManufacturer>InstanceRequirements.acceleratorManufacturers()Indicates whether instance types must have accelerators by specific manufacturers.final List<AcceleratorManufacturer>InstanceRequirementsRequest.acceleratorManufacturers()Indicates whether instance types must have accelerators by specific manufacturers.static Set<AcceleratorManufacturer>AcceleratorManufacturer.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AcceleratorManufacturerModifier and TypeMethodDescriptionInstanceRequirements.Builder.acceleratorManufacturers(AcceleratorManufacturer... acceleratorManufacturers) Indicates whether instance types must have accelerators by specific manufacturers.InstanceRequirementsRequest.Builder.acceleratorManufacturers(AcceleratorManufacturer... acceleratorManufacturers) Indicates whether instance types must have accelerators by specific manufacturers.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AcceleratorManufacturerModifier and TypeMethodDescriptionInstanceRequirements.Builder.acceleratorManufacturers(Collection<AcceleratorManufacturer> acceleratorManufacturers) Indicates whether instance types must have accelerators by specific manufacturers.InstanceRequirementsRequest.Builder.acceleratorManufacturers(Collection<AcceleratorManufacturer> acceleratorManufacturers) Indicates whether instance types must have accelerators by specific manufacturers.