Uses of Class
software.amazon.awssdk.services.athena.model.DeleteWorkGroupResponse
-
Packages that use DeleteWorkGroupResponse 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 DeleteWorkGroupResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return DeleteWorkGroupResponse Modifier and Type Method Description default DeleteWorkGroupResponseAthenaClient. deleteWorkGroup(Consumer<DeleteWorkGroupRequest.Builder> deleteWorkGroupRequest)Deletes the workgroup with the specified name.default DeleteWorkGroupResponseAthenaClient. deleteWorkGroup(DeleteWorkGroupRequest deleteWorkGroupRequest)Deletes the workgroup with the specified name.Methods in software.amazon.awssdk.services.athena that return types with arguments of type DeleteWorkGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteWorkGroupResponse>AthenaAsyncClient. deleteWorkGroup(Consumer<DeleteWorkGroupRequest.Builder> deleteWorkGroupRequest)Deletes the workgroup with the specified name.default CompletableFuture<DeleteWorkGroupResponse>AthenaAsyncClient. deleteWorkGroup(DeleteWorkGroupRequest deleteWorkGroupRequest)Deletes the workgroup with the specified name.
-