Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private 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.
|
private EncryptionKey |
JobData.encryptionKey |
private 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.
|
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 AWS Key Management Service (AWS KMS) key.
|
EncryptionKey |
JobData.getEncryptionKey() |
EncryptionKey |
ArtifactStore.getEncryptionKey()
The encryption key used to encrypt the data in the artifact store, such
as an AWS Key Management Service (AWS KMS) key.
|
EncryptionKey |
EncryptionKey.withId(java.lang.String id)
The ID used to identify the key.
|
EncryptionKey |
EncryptionKey.withType(EncryptionKeyType type)
The type of encryption key, such as an AWS Key Management Service (AWS
KMS) key.
|
EncryptionKey |
EncryptionKey.withType(java.lang.String type)
The type of encryption key, such as an AWS Key Management Service (AWS
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 AWS Key Management Service (AWS KMS) key.
|
void |
JobData.setEncryptionKey(EncryptionKey encryptionKey) |
void |
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.
|
ThirdPartyJobData |
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.
|
JobData |
JobData.withEncryptionKey(EncryptionKey encryptionKey) |
ArtifactStore |
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.
|
Modifier and Type | Method and Description |
---|---|
EncryptionKey |
EncryptionKeyJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
EncryptionKeyJsonMarshaller.marshall(EncryptionKey encryptionKey,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|