Uses of Class
software.amazon.awssdk.services.athena.model.ListQueryExecutionsResponse
-
Packages that use ListQueryExecutionsResponse 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 ListQueryExecutionsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListQueryExecutionsResponse Modifier and Type Method Description default ListQueryExecutionsResponseAthenaClient. listQueryExecutions()Provides a list of available query execution IDs for the queries in the specified workgroup.default ListQueryExecutionsResponseAthenaClient. listQueryExecutions(Consumer<ListQueryExecutionsRequest.Builder> listQueryExecutionsRequest)Provides a list of available query execution IDs for the queries in the specified workgroup.default ListQueryExecutionsResponseAthenaClient. listQueryExecutions(ListQueryExecutionsRequest listQueryExecutionsRequest)Provides a list of available query execution IDs for the queries in the specified workgroup.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListQueryExecutionsResponse Modifier and Type Method Description default CompletableFuture<ListQueryExecutionsResponse>AthenaAsyncClient. listQueryExecutions()Provides a list of available query execution IDs for the queries in the specified workgroup.default CompletableFuture<ListQueryExecutionsResponse>AthenaAsyncClient. listQueryExecutions(Consumer<ListQueryExecutionsRequest.Builder> listQueryExecutionsRequest)Provides a list of available query execution IDs for the queries in the specified workgroup.default CompletableFuture<ListQueryExecutionsResponse>AthenaAsyncClient. listQueryExecutions(ListQueryExecutionsRequest listQueryExecutionsRequest)Provides a list of available query execution IDs for the queries in the specified workgroup. -
Uses of ListQueryExecutionsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListQueryExecutionsResponse Modifier and Type Method Description Iterator<ListQueryExecutionsResponse>ListQueryExecutionsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListQueryExecutionsResponse Modifier and Type Method Description voidListQueryExecutionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListQueryExecutionsResponse> subscriber)
-