Uses of Class
software.amazon.awssdk.services.codepipeline.model.EncryptionKey
-
Packages that use EncryptionKey Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of EncryptionKey in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return EncryptionKey Modifier and Type Method Description EncryptionKeyArtifactStore. encryptionKey()The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key Management Service key.EncryptionKeyJobData. encryptionKey()Represents information about the key used to encrypt data in the artifact store, such as an KMS key.EncryptionKeyThirdPartyJobData. encryptionKey()The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type EncryptionKey Modifier and Type Method Description ArtifactStore.BuilderArtifactStore.Builder. encryptionKey(EncryptionKey encryptionKey)The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key Management Service key.JobData.BuilderJobData.Builder. encryptionKey(EncryptionKey encryptionKey)Represents information about the key used to encrypt data in the artifact store, such as an KMS key.ThirdPartyJobData.BuilderThirdPartyJobData.Builder. encryptionKey(EncryptionKey encryptionKey)The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an Amazon Web Services Key Management Service (Amazon Web Services KMS) key.
-