| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model | |
| software.amazon.awssdk.services.athena.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DataCatalogSummary> |
ListDataCatalogsResponse.dataCatalogsSummary()
A summary list of data catalogs.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataCatalogsResponse.Builder |
ListDataCatalogsResponse.Builder.dataCatalogsSummary(DataCatalogSummary... dataCatalogsSummary)
A summary list of data catalogs.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataCatalogsResponse.Builder |
ListDataCatalogsResponse.Builder.dataCatalogsSummary(Collection<DataCatalogSummary> dataCatalogsSummary)
A summary list of data catalogs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DataCatalogSummary> |
ListDataCatalogsPublisher.dataCatalogsSummary()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DataCatalogSummary> |
ListDataCatalogsIterable.dataCatalogsSummary()
Returns an iterable to iterate through the paginated
ListDataCatalogsResponse.dataCatalogsSummary()
member. |
Copyright © 2023. All rights reserved.