Package | Description |
---|---|
com.amazonaws.services.codedeploy.model | |
com.amazonaws.services.codedeploy.model.transform |
Modifier and Type | Field and Description |
---|---|
private GenericRevisionInfo |
RevisionInfo.genericRevisionInfo |
private GenericRevisionInfo |
GetApplicationRevisionResult.revisionInfo
General information about the revision.
|
Modifier and Type | Method and Description |
---|---|
GenericRevisionInfo |
GenericRevisionInfo.clone() |
GenericRevisionInfo |
RevisionInfo.getGenericRevisionInfo() |
GenericRevisionInfo |
GetApplicationRevisionResult.getRevisionInfo()
General information about the revision.
|
GenericRevisionInfo |
GenericRevisionInfo.withDeploymentGroups(java.util.Collection<java.lang.String> deploymentGroups)
The deployment groups for which this is the current target revision.
|
GenericRevisionInfo |
GenericRevisionInfo.withDeploymentGroups(java.lang.String... deploymentGroups)
The deployment groups for which this is the current target revision.
|
GenericRevisionInfo |
GenericRevisionInfo.withDescription(java.lang.String description)
A comment about the revision.
|
GenericRevisionInfo |
GenericRevisionInfo.withFirstUsedTime(java.util.Date firstUsedTime)
When the revision was first used by AWS CodeDeploy.
|
GenericRevisionInfo |
GenericRevisionInfo.withLastUsedTime(java.util.Date lastUsedTime)
When the revision was last used by AWS CodeDeploy.
|
GenericRevisionInfo |
GenericRevisionInfo.withRegisterTime(java.util.Date registerTime)
When the revision was registered with AWS CodeDeploy.
|
Modifier and Type | Method and Description |
---|---|
void |
RevisionInfo.setGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo) |
void |
GetApplicationRevisionResult.setRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
|
RevisionInfo |
RevisionInfo.withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo) |
GetApplicationRevisionResult |
GetApplicationRevisionResult.withRevisionInfo(GenericRevisionInfo revisionInfo)
General information about the revision.
|
Modifier and Type | Method and Description |
---|---|
GenericRevisionInfo |
GenericRevisionInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GenericRevisionInfoJsonMarshaller.marshall(GenericRevisionInfo genericRevisionInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|