| 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 |
|---|---|
DataCatalogSummary |
DataCatalogSummary.withType(DataCatalogType type)
The data catalog type.
|
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, GLUE for AWS Glue
Catalog, or HIVE for an external hive metastore. |
DataCatalog |
DataCatalog.withType(DataCatalogType type)
The type of data catalog:
LAMBDA for a federated catalog, GLUE for AWS Glue Catalog, or
HIVE for an external hive metastore. |
Copyright © 2020. All rights reserved.