Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
RevisionInfo |
RevisionInfo.clone() |
RevisionInfo |
RevisionInfo.withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)
Information about an application revision, including usage details and associated deployment groups.
|
RevisionInfo |
RevisionInfo.withRevisionLocation(RevisionLocation revisionLocation)
Information about the location and type of an application revision.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<RevisionInfo> revisions)
Additional information about the revisions, including the type and location.
|
BatchGetApplicationRevisionsResult |
BatchGetApplicationRevisionsResult.withRevisions(Collection<RevisionInfo> revisions)
Additional information about the revisions, including the type and location.
|
Copyright © 2021. All rights reserved.