| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
List<KmsKeyToGrant> |
S3DataAccessAssetSourceEntry.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.
|
List<KmsKeyToGrant> |
S3DataAccessAsset.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 |
|---|---|
S3DataAccessAssetSourceEntry.Builder |
S3DataAccessAssetSourceEntry.Builder.kmsKeysToGrant(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.Builder |
S3DataAccessAsset.Builder.kmsKeysToGrant(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 |
|---|---|
S3DataAccessAssetSourceEntry.Builder |
S3DataAccessAssetSourceEntry.Builder.kmsKeysToGrant(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.Builder |
S3DataAccessAsset.Builder.kmsKeysToGrant(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.