Uses of Class
software.amazon.awssdk.services.athena.model.UpdateWorkGroupResponse
-
Packages that use UpdateWorkGroupResponse Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. -
-
Uses of UpdateWorkGroupResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return UpdateWorkGroupResponse Modifier and Type Method Description default UpdateWorkGroupResponseAthenaClient. updateWorkGroup(Consumer<UpdateWorkGroupRequest.Builder> updateWorkGroupRequest)Updates the workgroup with the specified name.default UpdateWorkGroupResponseAthenaClient. updateWorkGroup(UpdateWorkGroupRequest updateWorkGroupRequest)Updates the workgroup with the specified name.Methods in software.amazon.awssdk.services.athena that return types with arguments of type UpdateWorkGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateWorkGroupResponse>AthenaAsyncClient. updateWorkGroup(Consumer<UpdateWorkGroupRequest.Builder> updateWorkGroupRequest)Updates the workgroup with the specified name.default CompletableFuture<UpdateWorkGroupResponse>AthenaAsyncClient. updateWorkGroup(UpdateWorkGroupRequest updateWorkGroupRequest)Updates the workgroup with the specified name.
-