| Package | Description |
|---|---|
| com.amazonaws.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static DataCatalogType |
DataCatalogType.fromValue(String value)
Use this in place of valueOf.
|
static DataCatalogType |
DataCatalogType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCatalogType[] |
DataCatalogType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataCatalog |
DataCatalog.withType(DataCatalogType type)
The type of data catalog to create:
LAMBDA for a federated catalog, HIVE for an
external hive metastore, or GLUE for an Glue Data Catalog. |
UpdateDataCatalogRequest |
UpdateDataCatalogRequest.withType(DataCatalogType type)
Specifies the type of data catalog to update.
|
CreateDataCatalogRequest |
CreateDataCatalogRequest.withType(DataCatalogType type)
The type of data catalog to create:
LAMBDA for a federated catalog, HIVE for an
external hive metastore, or GLUE for an Glue Data Catalog. |
DataCatalogSummary |
DataCatalogSummary.withType(DataCatalogType type)
The data catalog type.
|
Copyright © 2024. All rights reserved.