Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
AppSpecContent |
AppSpecContent.clone() |
AppSpecContent |
RevisionLocation.getAppSpecContent()
The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment.
|
AppSpecContent |
AppSpecContent.withContent(String content)
The YAML-formatted or JSON-formatted revision string.
|
AppSpecContent |
AppSpecContent.withSha256(String sha256)
The SHA256 hash value of the revision content.
|
Modifier and Type | Method and Description |
---|---|
void |
RevisionLocation.setAppSpecContent(AppSpecContent appSpecContent)
The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment.
|
RevisionLocation |
RevisionLocation.withAppSpecContent(AppSpecContent appSpecContent)
The content of an AppSpec file for an AWS Lambda or Amazon ECS deployment.
|
Copyright © 2021. All rights reserved.