Uses of Class
software.amazon.awssdk.services.athena.paginators.ListQueryExecutionsPublisher
-
Packages that use ListQueryExecutionsPublisher 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 ListQueryExecutionsPublisher in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListQueryExecutionsPublisher Modifier and Type Method Description default ListQueryExecutionsPublisherAthenaAsyncClient. listQueryExecutionsPaginator()This is a variant ofAthenaAsyncClient.listQueryExecutions(software.amazon.awssdk.services.athena.model.ListQueryExecutionsRequest)operation.default ListQueryExecutionsPublisherAthenaAsyncClient. listQueryExecutionsPaginator(Consumer<ListQueryExecutionsRequest.Builder> listQueryExecutionsRequest)This is a variant ofAthenaAsyncClient.listQueryExecutions(software.amazon.awssdk.services.athena.model.ListQueryExecutionsRequest)operation.default ListQueryExecutionsPublisherAthenaAsyncClient. listQueryExecutionsPaginator(ListQueryExecutionsRequest listQueryExecutionsRequest)This is a variant ofAthenaAsyncClient.listQueryExecutions(software.amazon.awssdk.services.athena.model.ListQueryExecutionsRequest)operation.
-