| Package | Description | 
|---|---|
| com.amazonaws.services.codedeploy.model | 
| Modifier and Type | Method and Description | 
|---|---|
GenericRevisionInfo | 
GenericRevisionInfo.clone()  | 
GenericRevisionInfo | 
RevisionInfo.getGenericRevisionInfo()
 Information about an application revision, including usage details and associated deployment groups. 
 | 
GenericRevisionInfo | 
GetApplicationRevisionResult.getRevisionInfo()
 General information about the revision. 
 | 
GenericRevisionInfo | 
GenericRevisionInfo.withDeploymentGroups(Collection<String> deploymentGroups)
 The deployment groups for which this is the current target revision. 
 | 
GenericRevisionInfo | 
GenericRevisionInfo.withDeploymentGroups(String... deploymentGroups)
 The deployment groups for which this is the current target revision. 
 | 
GenericRevisionInfo | 
GenericRevisionInfo.withDescription(String description)
 A comment about the revision. 
 | 
GenericRevisionInfo | 
GenericRevisionInfo.withFirstUsedTime(Date firstUsedTime)
 When the revision was first used by AWS CodeDeploy. 
 | 
GenericRevisionInfo | 
GenericRevisionInfo.withLastUsedTime(Date lastUsedTime)
 When the revision was last used by AWS CodeDeploy. 
 | 
GenericRevisionInfo | 
GenericRevisionInfo.withRegisterTime(Date registerTime)
 When the revision was registered with AWS CodeDeploy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RevisionInfo.setGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)
 Information about an application revision, including usage details and associated deployment groups. 
 | 
void | 
GetApplicationRevisionResult.setRevisionInfo(GenericRevisionInfo revisionInfo)
 General information about the revision. 
 | 
RevisionInfo | 
RevisionInfo.withGenericRevisionInfo(GenericRevisionInfo genericRevisionInfo)
 Information about an application revision, including usage details and associated deployment groups. 
 | 
GetApplicationRevisionResult | 
GetApplicationRevisionResult.withRevisionInfo(GenericRevisionInfo revisionInfo)
 General information about the revision. 
 | 
Copyright © 2017. All rights reserved.