Uses of Class
software.amazon.awssdk.services.dataexchange.model.KmsKeyToGrant
-
Packages that use KmsKeyToGrant Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of KmsKeyToGrant in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return types with arguments of type KmsKeyToGrant Modifier and Type Method Description 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.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.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type KmsKeyToGrant Modifier and Type Method Description 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.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.Method parameters in software.amazon.awssdk.services.dataexchange.model with type arguments of type KmsKeyToGrant Modifier and Type Method Description 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.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.
-