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