| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
KmsKeyToGrant |
KmsKeyToGrant.clone() |
KmsKeyToGrant |
KmsKeyToGrant.withKmsKeyArn(String kmsKeyArn)
The AWS KMS CMK (Key Management System Customer Managed Key) used to encrypt S3 objects in the shared S3 Bucket.
|
| Modifier and Type | Method and Description |
|---|---|
List<KmsKeyToGrant> |
S3DataAccessAsset.getKmsKeysToGrant()
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
List<KmsKeyToGrant> |
S3DataAccessAssetSourceEntry.getKmsKeysToGrant()
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
| Modifier and Type | Method and Description |
|---|---|
S3DataAccessAsset |
S3DataAccessAsset.withKmsKeysToGrant(KmsKeyToGrant... kmsKeysToGrant)
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
S3DataAccessAssetSourceEntry |
S3DataAccessAssetSourceEntry.withKmsKeysToGrant(KmsKeyToGrant... kmsKeysToGrant)
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
S3DataAccessAsset.setKmsKeysToGrant(Collection<KmsKeyToGrant> kmsKeysToGrant)
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
void |
S3DataAccessAssetSourceEntry.setKmsKeysToGrant(Collection<KmsKeyToGrant> kmsKeysToGrant)
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
S3DataAccessAsset |
S3DataAccessAsset.withKmsKeysToGrant(Collection<KmsKeyToGrant> kmsKeysToGrant)
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
S3DataAccessAssetSourceEntry |
S3DataAccessAssetSourceEntry.withKmsKeysToGrant(Collection<KmsKeyToGrant> kmsKeysToGrant)
List of AWS KMS CMKs (Key Management System Customer Managed Keys) and ARNs used to encrypt S3 objects being
shared in this S3 Data Access asset.
|
Copyright © 2023. All rights reserved.