Uses of Enum
software.amazon.awssdk.services.ec2.model.AcceleratorName
Packages that use AcceleratorName
-
Uses of AcceleratorName in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AcceleratorNameModifier and TypeMethodDescriptionstatic AcceleratorNameUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceleratorNameReturns the enum constant of this type with the specified name.static AcceleratorName[]AcceleratorName.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 AcceleratorNameModifier and TypeMethodDescriptionfinal List<AcceleratorName>InstanceRequirements.acceleratorNames()The accelerators that must be on the instance type.final List<AcceleratorName>InstanceRequirementsRequest.acceleratorNames()The accelerators that must be on the instance type.static Set<AcceleratorName>AcceleratorName.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type AcceleratorNameModifier and TypeMethodDescriptionInstanceRequirements.Builder.acceleratorNames(AcceleratorName... acceleratorNames) The accelerators that must be on the instance type.InstanceRequirementsRequest.Builder.acceleratorNames(AcceleratorName... acceleratorNames) The accelerators that must be on the instance type.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AcceleratorNameModifier and TypeMethodDescriptionInstanceRequirements.Builder.acceleratorNames(Collection<AcceleratorName> acceleratorNames) The accelerators that must be on the instance type.InstanceRequirementsRequest.Builder.acceleratorNames(Collection<AcceleratorName> acceleratorNames) The accelerators that must be on the instance type.