Uses of Class
software.amazon.awssdk.services.athena.model.DataCatalogSummary
-
Packages that use DataCatalogSummary Package Description software.amazon.awssdk.services.athena.model software.amazon.awssdk.services.athena.paginators -
-
Uses of DataCatalogSummary in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type DataCatalogSummary Modifier and Type Method Description List<DataCatalogSummary>ListDataCatalogsResponse. dataCatalogsSummary()A summary list of data catalogs.Methods in software.amazon.awssdk.services.athena.model with parameters of type DataCatalogSummary Modifier and Type Method Description ListDataCatalogsResponse.BuilderListDataCatalogsResponse.Builder. dataCatalogsSummary(DataCatalogSummary... dataCatalogsSummary)A summary list of data catalogs.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type DataCatalogSummary Modifier and Type Method Description ListDataCatalogsResponse.BuilderListDataCatalogsResponse.Builder. dataCatalogsSummary(Collection<DataCatalogSummary> dataCatalogsSummary)A summary list of data catalogs. -
Uses of DataCatalogSummary in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type DataCatalogSummary Modifier and Type Method Description SdkIterable<DataCatalogSummary>ListDataCatalogsIterable. dataCatalogsSummary()Returns an iterable to iterate through the paginatedListDataCatalogsResponse.dataCatalogsSummary()member.SdkPublisher<DataCatalogSummary>ListDataCatalogsPublisher. dataCatalogsSummary()Returns a publisher that can be used to get a stream of data.
-