Uses of Class
software.amazon.awssdk.services.cleanrooms.model.ComputeConfiguration
-
Packages that use ComputeConfiguration Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of ComputeConfiguration in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return ComputeConfiguration Modifier and Type Method Description ComputeConfigurationProtectedQuery. computeConfiguration()The compute configuration for the protected query.ComputeConfigurationStartProtectedQueryRequest. computeConfiguration()The compute configuration for the protected query.static ComputeConfigurationComputeConfiguration. fromWorker(Consumer<WorkerComputeConfiguration.Builder> worker)Create an instance of this class withworker()initialized to the given value.static ComputeConfigurationComputeConfiguration. fromWorker(WorkerComputeConfiguration worker)Create an instance of this class withworker()initialized to the given value.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type ComputeConfiguration Modifier and Type Method Description ProtectedQuery.BuilderProtectedQuery.Builder. computeConfiguration(ComputeConfiguration computeConfiguration)The compute configuration for the protected query.StartProtectedQueryRequest.BuilderStartProtectedQueryRequest.Builder. computeConfiguration(ComputeConfiguration computeConfiguration)The compute configuration for the protected query.
-