Uses of Class
com.amazonaws.services.codepipeline.model.EncryptionKey
-
Packages that use EncryptionKey Package Description com.amazonaws.services.codepipeline.model -
-
Uses of EncryptionKey in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return EncryptionKey Modifier and Type Method Description EncryptionKeyEncryptionKey. clone()EncryptionKeyArtifactStore. getEncryptionKey()The encryption key used to encrypt the data in the artifact store, such as an AWS Key Management Service (AWS KMS) key.EncryptionKeyJobData. getEncryptionKey()EncryptionKeyThirdPartyJobData. 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.EncryptionKeyEncryptionKey. withId(String id)The ID used to identify the key.EncryptionKeyEncryptionKey. withType(EncryptionKeyType type)The type of encryption key, such as an AWS Key Management Service (AWS KMS) key.EncryptionKeyEncryptionKey. withType(String type)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 EncryptionKey Modifier and Type Method Description voidArtifactStore. 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.voidJobData. setEncryptionKey(EncryptionKey encryptionKey)voidThirdPartyJobData. 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.ArtifactStoreArtifactStore. 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.JobDataJobData. withEncryptionKey(EncryptionKey encryptionKey)ThirdPartyJobDataThirdPartyJobData. 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.
-