Uses of Class
software.amazon.awssdk.services.athena.model.ListDatabasesResponse
-
Packages that use ListDatabasesResponse 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 ListDatabasesResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListDatabasesResponse Modifier and Type Method Description default ListDatabasesResponseAthenaClient. listDatabases(Consumer<ListDatabasesRequest.Builder> listDatabasesRequest)Lists the databases in the specified data catalog.default ListDatabasesResponseAthenaClient. listDatabases(ListDatabasesRequest listDatabasesRequest)Lists the databases in the specified data catalog.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description default CompletableFuture<ListDatabasesResponse>AthenaAsyncClient. listDatabases(Consumer<ListDatabasesRequest.Builder> listDatabasesRequest)Lists the databases in the specified data catalog.default CompletableFuture<ListDatabasesResponse>AthenaAsyncClient. listDatabases(ListDatabasesRequest listDatabasesRequest)Lists the databases in the specified data catalog. -
Uses of ListDatabasesResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListDatabasesResponse Modifier and Type Method Description Iterator<ListDatabasesResponse>ListDatabasesIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListDatabasesResponse Modifier and Type Method Description voidListDatabasesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDatabasesResponse> subscriber)
-