Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
S3Encryption |
S3Encryption.clone() |
S3Encryption |
S3Encryption.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key to be used to encrypt the data.
|
S3Encryption |
S3Encryption.withS3EncryptionMode(S3EncryptionMode s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
|
S3Encryption |
S3Encryption.withS3EncryptionMode(String s3EncryptionMode)
The encryption mode to use for Amazon S3 data.
|
Modifier and Type | Method and Description |
---|---|
List<S3Encryption> |
EncryptionConfiguration.getS3Encryption()
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
|
Modifier and Type | Method and Description |
---|---|
EncryptionConfiguration |
EncryptionConfiguration.withS3Encryption(S3Encryption... s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
|
Modifier and Type | Method and Description |
---|---|
void |
EncryptionConfiguration.setS3Encryption(Collection<S3Encryption> s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
|
EncryptionConfiguration |
EncryptionConfiguration.withS3Encryption(Collection<S3Encryption> s3Encryption)
The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.
|
Copyright © 2022. All rights reserved.