Uses of Class
software.amazon.awssdk.services.glue.model.ConnectionPasswordEncryption
-
Packages that use ConnectionPasswordEncryption Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConnectionPasswordEncryption in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ConnectionPasswordEncryption Modifier and Type Method Description ConnectionPasswordEncryptionDataCatalogEncryptionSettings. connectionPasswordEncryption()When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part ofCreateConnectionorUpdateConnectionand store it in theENCRYPTED_PASSWORDfield in the connection properties.Methods in software.amazon.awssdk.services.glue.model with parameters of type ConnectionPasswordEncryption Modifier and Type Method Description DataCatalogEncryptionSettings.BuilderDataCatalogEncryptionSettings.Builder. connectionPasswordEncryption(ConnectionPasswordEncryption connectionPasswordEncryption)When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the password as part ofCreateConnectionorUpdateConnectionand store it in theENCRYPTED_PASSWORDfield in the connection properties.
-