Uses of Class
software.amazon.awssdk.services.athena.model.ListCalculationExecutionsResponse
-
Packages that use ListCalculationExecutionsResponse 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.software.amazon.awssdk.services.athena.paginators -
-
Uses of ListCalculationExecutionsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListCalculationExecutionsResponse Modifier and Type Method Description default ListCalculationExecutionsResponseAthenaClient. listCalculationExecutions(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)Lists the calculations that have been submitted to a session in descending order.default ListCalculationExecutionsResponseAthenaClient. listCalculationExecutions(ListCalculationExecutionsRequest listCalculationExecutionsRequest)Lists the calculations that have been submitted to a session in descending order.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListCalculationExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListCalculationExecutionsResponse>AthenaAsyncClient. listCalculationExecutions(Consumer<ListCalculationExecutionsRequest.Builder> listCalculationExecutionsRequest)Lists the calculations that have been submitted to a session in descending order.default CompletableFuture<ListCalculationExecutionsResponse>AthenaAsyncClient. listCalculationExecutions(ListCalculationExecutionsRequest listCalculationExecutionsRequest)Lists the calculations that have been submitted to a session in descending order. -
Uses of ListCalculationExecutionsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListCalculationExecutionsResponse Modifier and Type Method Description Iterator<ListCalculationExecutionsResponse>ListCalculationExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListCalculationExecutionsResponse Modifier and Type Method Description voidListCalculationExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCalculationExecutionsResponse> subscriber)
-