| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
DataCatalogSummary |
DataCatalogSummary.clone() |
DataCatalogSummary |
DataCatalogSummary.withCatalogName(String catalogName)
The name of the data catalog.
|
DataCatalogSummary |
DataCatalogSummary.withType(DataCatalogType type)
The data catalog type.
|
DataCatalogSummary |
DataCatalogSummary.withType(String type)
The data catalog type.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataCatalogSummary> |
ListDataCatalogsResult.getDataCatalogsSummary()
A summary list of data catalogs.
|
| Modifier and Type | Method and Description |
|---|---|
ListDataCatalogsResult |
ListDataCatalogsResult.withDataCatalogsSummary(DataCatalogSummary... dataCatalogsSummary)
A summary list of data catalogs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataCatalogsResult.setDataCatalogsSummary(Collection<DataCatalogSummary> dataCatalogsSummary)
A summary list of data catalogs.
|
ListDataCatalogsResult |
ListDataCatalogsResult.withDataCatalogsSummary(Collection<DataCatalogSummary> dataCatalogsSummary)
A summary list of data catalogs.
|
Copyright © 2024. All rights reserved.