| Package | Description | 
|---|---|
| com.amazonaws.services.codepipeline.model | 
| Modifier and Type | Method and Description | 
|---|---|
| ActionRevision | ActionRevision. clone() | 
| ActionRevision | PutActionRevisionRequest. getActionRevision() | 
| ActionRevision | ActionState. getCurrentRevision() | 
| ActionRevision | ActionRevision. withCreated(Date created)
 The date and time when the most recent version of the action was created, in timestamp format. | 
| ActionRevision | ActionRevision. withRevisionChangeId(String revisionChangeId)
 The unique identifier of the change that set the state to this revision, for example a deployment ID or
 timestamp. | 
| ActionRevision | ActionRevision. withRevisionId(String revisionId)
 The system-generated unique ID that identifies the revision number of the action. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | PutActionRevisionRequest. setActionRevision(ActionRevision actionRevision) | 
| void | ActionState. setCurrentRevision(ActionRevision currentRevision) | 
| PutActionRevisionRequest | PutActionRevisionRequest. withActionRevision(ActionRevision actionRevision) | 
| ActionState | ActionState. withCurrentRevision(ActionRevision currentRevision) | 
Copyright © 2016. All rights reserved.