Uses of Class
software.amazon.awssdk.services.athena.model.GetWorkGroupResponse
-
Packages that use GetWorkGroupResponse 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 GetWorkGroupResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetWorkGroupResponse Modifier and Type Method Description default GetWorkGroupResponseAthenaClient. getWorkGroup(Consumer<GetWorkGroupRequest.Builder> getWorkGroupRequest)Returns information about the workgroup with the specified name.default GetWorkGroupResponseAthenaClient. getWorkGroup(GetWorkGroupRequest getWorkGroupRequest)Returns information about the workgroup with the specified name.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetWorkGroupResponse Modifier and Type Method Description default CompletableFuture<GetWorkGroupResponse>AthenaAsyncClient. getWorkGroup(Consumer<GetWorkGroupRequest.Builder> getWorkGroupRequest)Returns information about the workgroup with the specified name.default CompletableFuture<GetWorkGroupResponse>AthenaAsyncClient. getWorkGroup(GetWorkGroupRequest getWorkGroupRequest)Returns information about the workgroup with the specified name.
-