Uses of Class
software.amazon.awssdk.services.athena.model.ListExecutorsResponse
-
Packages that use ListExecutorsResponse 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 ListExecutorsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListExecutorsResponse Modifier and Type Method Description default ListExecutorsResponseAthenaClient. listExecutors(Consumer<ListExecutorsRequest.Builder> listExecutorsRequest)Lists, in descending order, the executors that joined a session.default ListExecutorsResponseAthenaClient. listExecutors(ListExecutorsRequest listExecutorsRequest)Lists, in descending order, the executors that joined a session.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListExecutorsResponse Modifier and Type Method Description default CompletableFuture<ListExecutorsResponse>AthenaAsyncClient. listExecutors(Consumer<ListExecutorsRequest.Builder> listExecutorsRequest)Lists, in descending order, the executors that joined a session.default CompletableFuture<ListExecutorsResponse>AthenaAsyncClient. listExecutors(ListExecutorsRequest listExecutorsRequest)Lists, in descending order, the executors that joined a session. -
Uses of ListExecutorsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListExecutorsResponse Modifier and Type Method Description Iterator<ListExecutorsResponse>ListExecutorsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListExecutorsResponse Modifier and Type Method Description voidListExecutorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExecutorsResponse> subscriber)
-