Uses of Class
software.amazon.awssdk.services.athena.paginators.ListExecutorsPublisher
-
Packages that use ListExecutorsPublisher 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 ListExecutorsPublisher in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListExecutorsPublisher Modifier and Type Method Description default ListExecutorsPublisherAthenaAsyncClient. listExecutorsPaginator(Consumer<ListExecutorsRequest.Builder> listExecutorsRequest)This is a variant ofAthenaAsyncClient.listExecutors(software.amazon.awssdk.services.athena.model.ListExecutorsRequest)operation.default ListExecutorsPublisherAthenaAsyncClient. listExecutorsPaginator(ListExecutorsRequest listExecutorsRequest)This is a variant ofAthenaAsyncClient.listExecutors(software.amazon.awssdk.services.athena.model.ListExecutorsRequest)operation.
-