Uses of Class
software.amazon.awssdk.services.athena.model.ListPreparedStatementsResponse
-
Packages that use ListPreparedStatementsResponse 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 ListPreparedStatementsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListPreparedStatementsResponse Modifier and Type Method Description default ListPreparedStatementsResponseAthenaClient. listPreparedStatements(Consumer<ListPreparedStatementsRequest.Builder> listPreparedStatementsRequest)Lists the prepared statements in the specified workgroup.default ListPreparedStatementsResponseAthenaClient. listPreparedStatements(ListPreparedStatementsRequest listPreparedStatementsRequest)Lists the prepared statements in the specified workgroup.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListPreparedStatementsResponse Modifier and Type Method Description default CompletableFuture<ListPreparedStatementsResponse>AthenaAsyncClient. listPreparedStatements(Consumer<ListPreparedStatementsRequest.Builder> listPreparedStatementsRequest)Lists the prepared statements in the specified workgroup.default CompletableFuture<ListPreparedStatementsResponse>AthenaAsyncClient. listPreparedStatements(ListPreparedStatementsRequest listPreparedStatementsRequest)Lists the prepared statements in the specified workgroup. -
Uses of ListPreparedStatementsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListPreparedStatementsResponse Modifier and Type Method Description Iterator<ListPreparedStatementsResponse>ListPreparedStatementsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListPreparedStatementsResponse Modifier and Type Method Description voidListPreparedStatementsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPreparedStatementsResponse> subscriber)
-