| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
ExportServerSideEncryption |
ExportServerSideEncryption.clone() |
ExportServerSideEncryption |
ExportAssetsToS3ResponseDetails.getEncryption()
Encryption configuration of the export job.
|
ExportServerSideEncryption |
ExportRevisionsToS3RequestDetails.getEncryption()
Encryption configuration for the export job.
|
ExportServerSideEncryption |
ExportAssetsToS3RequestDetails.getEncryption()
Encryption configuration for the export job.
|
ExportServerSideEncryption |
AutoExportRevisionToS3RequestDetails.getEncryption()
Encryption configuration for the auto export job.
|
ExportServerSideEncryption |
ExportRevisionsToS3ResponseDetails.getEncryption()
Encryption configuration of the export job.
|
ExportServerSideEncryption |
ExportServerSideEncryption.withKmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects.
|
ExportServerSideEncryption |
ExportServerSideEncryption.withType(ServerSideEncryptionTypes type)
The type of server side encryption used for encrypting the objects in Amazon S3.
|
ExportServerSideEncryption |
ExportServerSideEncryption.withType(String type)
The type of server side encryption used for encrypting the objects in Amazon S3.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExportAssetsToS3ResponseDetails.setEncryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
|
void |
ExportRevisionsToS3RequestDetails.setEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
|
void |
ExportAssetsToS3RequestDetails.setEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
|
void |
AutoExportRevisionToS3RequestDetails.setEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the auto export job.
|
void |
ExportRevisionsToS3ResponseDetails.setEncryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
|
ExportAssetsToS3ResponseDetails |
ExportAssetsToS3ResponseDetails.withEncryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
|
ExportRevisionsToS3RequestDetails |
ExportRevisionsToS3RequestDetails.withEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
|
ExportAssetsToS3RequestDetails |
ExportAssetsToS3RequestDetails.withEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the export job.
|
AutoExportRevisionToS3RequestDetails |
AutoExportRevisionToS3RequestDetails.withEncryption(ExportServerSideEncryption encryption)
Encryption configuration for the auto export job.
|
ExportRevisionsToS3ResponseDetails |
ExportRevisionsToS3ResponseDetails.withEncryption(ExportServerSideEncryption encryption)
Encryption configuration of the export job.
|
Copyright © 2023. All rights reserved.