Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
RawString |
RawString.clone() |
RawString |
RevisionLocation.getString()
Information about the location of an AWS Lambda deployment revision stored as a RawString.
|
RawString |
RawString.withContent(String content)
The YAML-formatted or JSON-formatted revision string.
|
RawString |
RawString.withSha256(String sha256)
The SHA256 hash value of the revision that is specified as a RawString.
|
Modifier and Type | Method and Description |
---|---|
void |
RevisionLocation.setString(RawString string)
Information about the location of an AWS Lambda deployment revision stored as a RawString.
|
RevisionLocation |
RevisionLocation.withString(RawString string)
Information about the location of an AWS Lambda deployment revision stored as a RawString.
|
Copyright © 2017. All rights reserved.