Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.UpdateWorkgroupResponse
-
Packages that use UpdateWorkgroupResponse Package Description software.amazon.awssdk.services.redshiftserverless This is an interface reference for Amazon Redshift Serverless. -
-
Uses of UpdateWorkgroupResponse in software.amazon.awssdk.services.redshiftserverless
Methods in software.amazon.awssdk.services.redshiftserverless that return UpdateWorkgroupResponse Modifier and Type Method Description default UpdateWorkgroupResponseRedshiftServerlessClient. updateWorkgroup(Consumer<UpdateWorkgroupRequest.Builder> updateWorkgroupRequest)Updates a workgroup with the specified configuration settings.default UpdateWorkgroupResponseRedshiftServerlessClient. updateWorkgroup(UpdateWorkgroupRequest updateWorkgroupRequest)Updates a workgroup with the specified configuration settings.Methods in software.amazon.awssdk.services.redshiftserverless that return types with arguments of type UpdateWorkgroupResponse Modifier and Type Method Description default CompletableFuture<UpdateWorkgroupResponse>RedshiftServerlessAsyncClient. updateWorkgroup(Consumer<UpdateWorkgroupRequest.Builder> updateWorkgroupRequest)Updates a workgroup with the specified configuration settings.default CompletableFuture<UpdateWorkgroupResponse>RedshiftServerlessAsyncClient. updateWorkgroup(UpdateWorkgroupRequest updateWorkgroupRequest)Updates a workgroup with the specified configuration settings.
-