Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
TransformEncryption |
TransformEncryption.clone() |
TransformEncryption |
MLTransform.getTransformEncryption()
The encryption-at-rest settings of the transform that apply to accessing user data.
|
TransformEncryption |
CreateMLTransformRequest.getTransformEncryption()
The encryption-at-rest settings of the transform that apply to accessing user data.
|
TransformEncryption |
GetMLTransformResult.getTransformEncryption()
The encryption-at-rest settings of the transform that apply to accessing user data.
|
TransformEncryption |
TransformEncryption.withMlUserDataEncryption(MLUserDataEncryption mlUserDataEncryption)
An
MLUserDataEncryption object containing the encryption mode and customer-provided KMS key ID. |
TransformEncryption |
TransformEncryption.withTaskRunSecurityConfigurationName(String taskRunSecurityConfigurationName)
The name of the security configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
MLTransform.setTransformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
void |
CreateMLTransformRequest.setTransformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
void |
GetMLTransformResult.setTransformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
MLTransform |
MLTransform.withTransformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
CreateMLTransformRequest |
CreateMLTransformRequest.withTransformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
GetMLTransformResult |
GetMLTransformResult.withTransformEncryption(TransformEncryption transformEncryption)
The encryption-at-rest settings of the transform that apply to accessing user data.
|
Copyright © 2024. All rights reserved.