Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.WorkerComputeType
-
Packages that use WorkerComputeType Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of WorkerComputeType in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return WorkerComputeType Modifier and Type Method Description static WorkerComputeTypeWorkerComputeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkerComputeTypeWorkerComputeConfiguration. type()The instance type of the compute workers that are used.static WorkerComputeTypeWorkerComputeType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkerComputeType[]WorkerComputeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type WorkerComputeType Modifier and Type Method Description static Set<WorkerComputeType>WorkerComputeType. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type WorkerComputeType Modifier and Type Method Description WorkerComputeConfiguration.BuilderWorkerComputeConfiguration.Builder. type(WorkerComputeType type)The instance type of the compute workers that are used.
-