| Package | Description |
|---|---|
| software.amazon.awssdk.services.athena.model |
| Modifier and Type | Method and Description |
|---|---|
static DataCatalogType |
DataCatalogType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DataCatalogType |
UpdateDataCatalogRequest.type()
Specifies the type of data catalog to update.
|
DataCatalogType |
DataCatalog.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. |
DataCatalogType |
DataCatalogSummary.type()
The data catalog type.
|
DataCatalogType |
CreateDataCatalogRequest.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. |
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 |
|---|---|
static Set<DataCatalogType> |
DataCatalogType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataCatalogRequest.Builder |
UpdateDataCatalogRequest.Builder.type(DataCatalogType type)
Specifies the type of data catalog to update.
|
DataCatalog.Builder |
DataCatalog.Builder.type(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.Builder |
DataCatalogSummary.Builder.type(DataCatalogType type)
The data catalog type.
|
CreateDataCatalogRequest.Builder |
CreateDataCatalogRequest.Builder.type(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. |
Copyright © 2023. All rights reserved.