Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
EncryptionAtRest |
EncryptionAtRest.clone() |
EncryptionAtRest |
DataCatalogEncryptionSettings.getEncryptionAtRest()
Specifies the encryption-at-rest configuration for the Data Catalog.
|
EncryptionAtRest |
EncryptionAtRest.withCatalogEncryptionMode(CatalogEncryptionMode catalogEncryptionMode)
The encryption-at-rest mode for encrypting Data Catalog data.
|
EncryptionAtRest |
EncryptionAtRest.withCatalogEncryptionMode(String catalogEncryptionMode)
The encryption-at-rest mode for encrypting Data Catalog data.
|
EncryptionAtRest |
EncryptionAtRest.withSseAwsKmsKeyId(String sseAwsKmsKeyId)
The ID of the KMS key to use for encryption at rest.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCatalogEncryptionSettings.setEncryptionAtRest(EncryptionAtRest encryptionAtRest)
Specifies the encryption-at-rest configuration for the Data Catalog.
|
DataCatalogEncryptionSettings |
DataCatalogEncryptionSettings.withEncryptionAtRest(EncryptionAtRest encryptionAtRest)
Specifies the encryption-at-rest configuration for the Data Catalog.
|
Copyright © 2022. All rights reserved.