Uses of Class
com.amazonaws.services.codepipeline.model.EncryptionKey
Packages that use EncryptionKey
-
Uses of EncryptionKey in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return EncryptionKeyModifier and TypeMethodDescriptionEncryptionKey.clone()
ArtifactStore.getEncryptionKey()
The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.JobData.getEncryptionKey()
ThirdPartyJobData.getEncryptionKey()
The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an AWS Key Management Service (AWS KMS) key.The ID used to identify the key.EncryptionKey.withType
(EncryptionKeyType type) The type of encryption key, such as an AWS Key Management Service (AWS KMS) key.The type of encryption key, such as an AWS Key Management Service (AWS KMS) key.Methods in com.amazonaws.services.codepipeline.model with parameters of type EncryptionKeyModifier and TypeMethodDescriptionvoid
ArtifactStore.setEncryptionKey
(EncryptionKey encryptionKey) The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.void
JobData.setEncryptionKey
(EncryptionKey encryptionKey) void
ThirdPartyJobData.setEncryptionKey
(EncryptionKey encryptionKey) The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an AWS Key Management Service (AWS KMS) key.ArtifactStore.withEncryptionKey
(EncryptionKey encryptionKey) The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.JobData.withEncryptionKey
(EncryptionKey encryptionKey) ThirdPartyJobData.withEncryptionKey
(EncryptionKey encryptionKey) The encryption key used to encrypt and decrypt data in the artifact store for the pipeline, such as an AWS Key Management Service (AWS KMS) key.