Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<RevisionInfo> |
BatchGetApplicationRevisionsResult.revisions
Additional information about the revisions, including the type and
location.
|
Modifier and Type | Method and Description |
---|---|
RevisionInfo |
RevisionInfo.clone() |
RevisionInfo |
RevisionInfo.withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo) |
RevisionInfo |
RevisionInfo.withRevisionLocation(RevisionLocation revisionLocation) |
Modifier and Type | Method and Description |
---|---|
java.util.List<RevisionInfo> |
BatchGetApplicationRevisionsResult.getRevisions()
Additional information about the revisions, including the type and
location.
|
Modifier and Type | Method and Description |
---|---|
BatchGetApplicationRevisionsResult |
BatchGetApplicationRevisionsResult.withRevisions(RevisionInfo... revisions)
Additional information about the revisions, including the type and
location.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetApplicationRevisionsResult.setRevisions(java.util.Collection<RevisionInfo> revisions)
Additional information about the revisions, including the type and
location.
|
BatchGetApplicationRevisionsResult |
BatchGetApplicationRevisionsResult.withRevisions(java.util.Collection<RevisionInfo> revisions)
Additional information about the revisions, including the type and
location.
|
Modifier and Type | Method and Description |
---|---|
RevisionInfo |
RevisionInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RevisionInfoJsonMarshaller.marshall(RevisionInfo revisionInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|