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