| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
EncryptionKey |
ThirdPartyJobData.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.
|
EncryptionKey |
ArtifactStore.encryptionKey()
The encryption key used to encrypt the data in the artifact store, such as an Amazon Web Services Key Management
Service key.
|
EncryptionKey |
JobData.encryptionKey()
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
ThirdPartyJobData.Builder |
ThirdPartyJobData.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.
|
ArtifactStore.Builder |
ArtifactStore.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.Builder |
JobData.Builder.encryptionKey(EncryptionKey encryptionKey)
Represents information about the key used to encrypt data in the artifact store, such as an KMS key.
|
Copyright © 2023. All rights reserved.