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