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