Uses of Class
software.amazon.awssdk.services.athena.model.ListDataCatalogsResponse
-
Packages that use ListDataCatalogsResponse 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 ListDataCatalogsResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return ListDataCatalogsResponse Modifier and Type Method Description default ListDataCatalogsResponseAthenaClient. listDataCatalogs(Consumer<ListDataCatalogsRequest.Builder> listDataCatalogsRequest)Lists the data catalogs in the current Amazon Web Services account.default ListDataCatalogsResponseAthenaClient. listDataCatalogs(ListDataCatalogsRequest listDataCatalogsRequest)Lists the data catalogs in the current Amazon Web Services account.Methods in software.amazon.awssdk.services.athena that return types with arguments of type ListDataCatalogsResponse Modifier and Type Method Description default CompletableFuture<ListDataCatalogsResponse>AthenaAsyncClient. listDataCatalogs(Consumer<ListDataCatalogsRequest.Builder> listDataCatalogsRequest)Lists the data catalogs in the current Amazon Web Services account.default CompletableFuture<ListDataCatalogsResponse>AthenaAsyncClient. listDataCatalogs(ListDataCatalogsRequest listDataCatalogsRequest)Lists the data catalogs in the current Amazon Web Services account. -
Uses of ListDataCatalogsResponse in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type ListDataCatalogsResponse Modifier and Type Method Description Iterator<ListDataCatalogsResponse>ListDataCatalogsIterable. iterator()Method parameters in software.amazon.awssdk.services.athena.paginators with type arguments of type ListDataCatalogsResponse Modifier and Type Method Description voidListDataCatalogsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataCatalogsResponse> subscriber)
-