Uses of Class
software.amazon.awssdk.services.athena.model.DataCatalogType
-
Packages that use DataCatalogType Package Description software.amazon.awssdk.services.athena.model -
-
Uses of DataCatalogType in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return DataCatalogType Modifier and Type Method Description static DataCatalogTypeDataCatalogType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DataCatalogTypeCreateDataCatalogRequest. type()The type of data catalog to create:LAMBDAfor a federated catalog,HIVEfor an external hive metastore, orGLUEfor an Glue Data Catalog.DataCatalogTypeDataCatalog. type()The type of data catalog to create:LAMBDAfor a federated catalog,HIVEfor an external hive metastore, orGLUEfor an Glue Data Catalog.DataCatalogTypeDataCatalogSummary. type()The data catalog type.DataCatalogTypeUpdateDataCatalogRequest. type()Specifies the type of data catalog to update.static DataCatalogTypeDataCatalogType. 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.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type DataCatalogType Modifier and Type Method Description static Set<DataCatalogType>DataCatalogType. knownValues()Methods in software.amazon.awssdk.services.athena.model with parameters of type DataCatalogType Modifier and Type Method Description CreateDataCatalogRequest.BuilderCreateDataCatalogRequest.Builder. type(DataCatalogType type)The type of data catalog to create:LAMBDAfor a federated catalog,HIVEfor an external hive metastore, orGLUEfor an Glue Data Catalog.DataCatalog.BuilderDataCatalog.Builder. type(DataCatalogType type)The type of data catalog to create:LAMBDAfor a federated catalog,HIVEfor an external hive metastore, orGLUEfor an Glue Data Catalog.DataCatalogSummary.BuilderDataCatalogSummary.Builder. type(DataCatalogType type)The data catalog type.UpdateDataCatalogRequest.BuilderUpdateDataCatalogRequest.Builder. type(DataCatalogType type)Specifies the type of data catalog to update.
-