Uses of Class
software.amazon.awssdk.services.athena.paginators.ListCalculationExecutionsPublisher
-
Packages that use ListCalculationExecutionsPublisher 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 ListCalculationExecutionsPublisher in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListCalculationExecutionsPublisher Modifier and Type Method Description default ListCalculationExecutionsPublisherAthenaAsyncClient. listCalculationExecutionsPaginator(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)This is a variant ofAthenaAsyncClient.listCalculationExecutions(software.amazon.awssdk.services.athena.model.ListCalculationExecutionsRequest)operation.default ListCalculationExecutionsPublisherAthenaAsyncClient. listCalculationExecutionsPaginator(ListCalculationExecutionsRequest listCalculationExecutionsRequest)This is a variant ofAthenaAsyncClient.listCalculationExecutions(software.amazon.awssdk.services.athena.model.ListCalculationExecutionsRequest)operation.
-