Uses of Class
software.amazon.awssdk.services.glue.model.CatalogEncryptionMode
-
Packages that use CatalogEncryptionMode Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogEncryptionMode in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogEncryptionMode Modifier and Type Method Description CatalogEncryptionModeEncryptionAtRest. catalogEncryptionMode()The encryption-at-rest mode for encrypting Data Catalog data.static CatalogEncryptionModeCatalogEncryptionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CatalogEncryptionModeCatalogEncryptionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CatalogEncryptionMode[]CatalogEncryptionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CatalogEncryptionMode Modifier and Type Method Description static Set<CatalogEncryptionMode>CatalogEncryptionMode. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type CatalogEncryptionMode Modifier and Type Method Description EncryptionAtRest.BuilderEncryptionAtRest.Builder. catalogEncryptionMode(CatalogEncryptionMode catalogEncryptionMode)The encryption-at-rest mode for encrypting Data Catalog data.
-