Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DataCatalogEncryptionSettings |
DataCatalogEncryptionSettings.clone() |
DataCatalogEncryptionSettings |
GetDataCatalogEncryptionSettingsResult.getDataCatalogEncryptionSettings()
The requested security configuration.
|
DataCatalogEncryptionSettings |
PutDataCatalogEncryptionSettingsRequest.getDataCatalogEncryptionSettings()
The security configuration to set.
|
DataCatalogEncryptionSettings |
DataCatalogEncryptionSettings.withConnectionPasswordEncryption(ConnectionPasswordEncryption connectionPasswordEncryption)
When connection password protection is enabled, the Data Catalog uses a customer-provided key to encrypt the
password as part of
CreateConnection or UpdateConnection and store it in the
ENCRYPTED_PASSWORD field in the connection properties. |
DataCatalogEncryptionSettings |
DataCatalogEncryptionSettings.withEncryptionAtRest(EncryptionAtRest encryptionAtRest)
Specifies the encryption-at-rest configuration for the Data Catalog.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDataCatalogEncryptionSettingsResult.setDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The requested security configuration.
|
void |
PutDataCatalogEncryptionSettingsRequest.setDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
|
GetDataCatalogEncryptionSettingsResult |
GetDataCatalogEncryptionSettingsResult.withDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The requested security configuration.
|
PutDataCatalogEncryptionSettingsRequest |
PutDataCatalogEncryptionSettingsRequest.withDataCatalogEncryptionSettings(DataCatalogEncryptionSettings dataCatalogEncryptionSettings)
The security configuration to set.
|
Copyright © 2020. All rights reserved.