Uses of Class
software.amazon.awssdk.services.cleanrooms.model.WorkerComputeConfiguration
-
Packages that use WorkerComputeConfiguration Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of WorkerComputeConfiguration in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return WorkerComputeConfiguration Modifier and Type Method Description WorkerComputeConfigurationComputeConfiguration. worker()The worker configuration for the compute environment.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type WorkerComputeConfiguration Modifier and Type Method Description static ComputeConfigurationComputeConfiguration. fromWorker(WorkerComputeConfiguration worker)Create an instance of this class withComputeConfiguration.worker()initialized to the given value.ComputeConfiguration.BuilderComputeConfiguration.Builder. worker(WorkerComputeConfiguration worker)The worker configuration for the compute environment.
-