Uses of Class
software.amazon.awssdk.services.athena.model.ListWorkGroupsResponse
-
Packages that use ListWorkGroupsResponse 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.paginators -
-
Uses of ListWorkGroupsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListWorkGroupsResponse Modifier and Type Method Description default ListWorkGroupsResponseAthenaClient. listWorkGroups(Consumer<ListWorkGroupsRequest.Builder> listWorkGroupsRequest)Lists available workgroups for the account.default ListWorkGroupsResponseAthenaClient. listWorkGroups(ListWorkGroupsRequest listWorkGroupsRequest)Lists available workgroups for the account.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListWorkGroupsResponse Modifier and Type Method Description default CompletableFuture<ListWorkGroupsResponse>AthenaAsyncClient. listWorkGroups(Consumer<ListWorkGroupsRequest.Builder> listWorkGroupsRequest)Lists available workgroups for the account.default CompletableFuture<ListWorkGroupsResponse>AthenaAsyncClient. listWorkGroups(ListWorkGroupsRequest listWorkGroupsRequest)Lists available workgroups for the account. -
Uses of ListWorkGroupsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListWorkGroupsResponse Modifier and Type Method Description Iterator<ListWorkGroupsResponse>ListWorkGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListWorkGroupsResponse Modifier and Type Method Description voidListWorkGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkGroupsResponse> subscriber)
-