Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
EncryptionKey |
EncryptionKey.clone() |
EncryptionKey |
ThirdPartyJobData.getEncryptionKey()
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.
|
EncryptionKey |
ArtifactStore.getEncryptionKey()
The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key Management
Service key.
|
EncryptionKey |
JobData.getEncryptionKey()
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
|
EncryptionKey |
EncryptionKey.withId(String id)
The ID used to identify the key.
|
EncryptionKey |
EncryptionKey.withType(EncryptionKeyType type)
The type of encryption key, such as an Amazon Web Services KMS key.
|
EncryptionKey |
EncryptionKey.withType(String type)
The type of encryption key, such as an Amazon Web Services KMS key.
|
Modifier and Type | Method and Description |
---|---|
void |
ThirdPartyJobData.setEncryptionKey(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.
|
void |
ArtifactStore.setEncryptionKey(EncryptionKey encryptionKey)
The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key Management
Service key.
|
void |
JobData.setEncryptionKey(EncryptionKey encryptionKey)
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
|
ThirdPartyJobData |
ThirdPartyJobData.withEncryptionKey(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.
|
ArtifactStore |
ArtifactStore.withEncryptionKey(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 |
JobData.withEncryptionKey(EncryptionKey encryptionKey)
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
|
Copyright © 2024. All rights reserved.