Uses of Class
software.amazon.awssdk.services.deadline.model.CpuArchitectureType
-
Packages that use CpuArchitectureType Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of CpuArchitectureType in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return CpuArchitectureType Modifier and Type Method Description CpuArchitectureTypeCustomerManagedWorkerCapabilities. cpuArchitectureType()The CPU architecture type for the customer managed worker capabilities.CpuArchitectureTypeServiceManagedEc2InstanceCapabilities. cpuArchitectureType()The CPU architecture type.static CpuArchitectureTypeCpuArchitectureType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CpuArchitectureTypeCpuArchitectureType. valueOf(String name)Returns the enum constant of this type with the specified name.static CpuArchitectureType[]CpuArchitectureType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type CpuArchitectureType Modifier and Type Method Description static Set<CpuArchitectureType>CpuArchitectureType. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type CpuArchitectureType Modifier and Type Method Description CustomerManagedWorkerCapabilities.BuilderCustomerManagedWorkerCapabilities.Builder. cpuArchitectureType(CpuArchitectureType cpuArchitectureType)The CPU architecture type for the customer managed worker capabilities.ServiceManagedEc2InstanceCapabilities.BuilderServiceManagedEc2InstanceCapabilities.Builder. cpuArchitectureType(CpuArchitectureType cpuArchitectureType)The CPU architecture type.
-