Uses of Enum
software.amazon.awssdk.services.ec2.model.CpuManufacturer
Packages that use CpuManufacturer
-
Uses of CpuManufacturer in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CpuManufacturerModifier and TypeMethodDescriptionstatic CpuManufacturerUse this in place of valueOf to convert the raw string returned by the service into the enum value.static CpuManufacturerReturns the enum constant of this type with the specified name.static CpuManufacturer[]CpuManufacturer.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 CpuManufacturerModifier and TypeMethodDescriptionfinal List<CpuManufacturer>InstanceRequirements.cpuManufacturers()The CPU manufacturers to include.final List<CpuManufacturer>InstanceRequirementsRequest.cpuManufacturers()The CPU manufacturers to include.static Set<CpuManufacturer>CpuManufacturer.knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type CpuManufacturerModifier and TypeMethodDescriptionInstanceRequirements.Builder.cpuManufacturers(CpuManufacturer... cpuManufacturers) The CPU manufacturers to include.InstanceRequirementsRequest.Builder.cpuManufacturers(CpuManufacturer... cpuManufacturers) The CPU manufacturers to include.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CpuManufacturerModifier and TypeMethodDescriptionInstanceRequirements.Builder.cpuManufacturers(Collection<CpuManufacturer> cpuManufacturers) The CPU manufacturers to include.InstanceRequirementsRequest.Builder.cpuManufacturers(Collection<CpuManufacturer> cpuManufacturers) The CPU manufacturers to include.