Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionRevision |
ActionRevision.clone() |
ActionRevision |
PutActionRevisionRequest.getActionRevision()
Returns the value of the ActionRevision property for this object.
|
ActionRevision |
ActionState.getCurrentRevision()
Returns the value of the CurrentRevision property for this object.
|
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)
Sets the value of the ActionRevision property for this object.
|
void |
ActionState.setCurrentRevision(ActionRevision currentRevision)
Sets the value of the CurrentRevision property for this object.
|
PutActionRevisionRequest |
PutActionRevisionRequest.withActionRevision(ActionRevision actionRevision)
Sets the value of the ActionRevision property for this object.
|
ActionState |
ActionState.withCurrentRevision(ActionRevision currentRevision)
Sets the value of the CurrentRevision property for this object.
|
Copyright © 2015. All rights reserved.