Uses of Class
software.amazon.awssdk.services.athena.model.GetDataCatalogResponse
-
Packages that use GetDataCatalogResponse 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. -
-
Uses of GetDataCatalogResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetDataCatalogResponse Modifier and Type Method Description default GetDataCatalogResponseAthenaClient. getDataCatalog(Consumer<GetDataCatalogRequest.Builder> getDataCatalogRequest)Returns the specified data catalog.default GetDataCatalogResponseAthenaClient. getDataCatalog(GetDataCatalogRequest getDataCatalogRequest)Returns the specified data catalog.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetDataCatalogResponse Modifier and Type Method Description default CompletableFuture<GetDataCatalogResponse>AthenaAsyncClient. getDataCatalog(Consumer<GetDataCatalogRequest.Builder> getDataCatalogRequest)Returns the specified data catalog.default CompletableFuture<GetDataCatalogResponse>AthenaAsyncClient. getDataCatalog(GetDataCatalogRequest getDataCatalogRequest)Returns the specified data catalog.
-