Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
MLUserDataEncryption |
MLUserDataEncryption.clone() |
MLUserDataEncryption |
TransformEncryption.getMlUserDataEncryption()
An
MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID. |
MLUserDataEncryption |
MLUserDataEncryption.withKmsKeyId(String kmsKeyId)
The ID for the customer-provided KMS key.
|
MLUserDataEncryption |
MLUserDataEncryption.withMlUserDataEncryptionMode(MLUserDataEncryptionModeString mlUserDataEncryptionMode)
The encryption mode applied to user data.
|
MLUserDataEncryption |
MLUserDataEncryption.withMlUserDataEncryptionMode(String mlUserDataEncryptionMode)
The encryption mode applied to user data.
|
Modifier and Type | Method and Description |
---|---|
void |
TransformEncryption.setMlUserDataEncryption(MLUserDataEncryption mlUserDataEncryption)
An
MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID. |
TransformEncryption |
TransformEncryption.withMlUserDataEncryption(MLUserDataEncryption mlUserDataEncryption)
An
MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID. |
Copyright © 2020. All rights reserved.