Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ActionRevision |
ActionRevision.clone() |
ActionRevision |
PutActionRevisionRequest.getActionRevision()
Represents information about the version (or revision) of an action.
|
ActionRevision |
ActionState.getCurrentRevision()
Represents information about the version (or revision) of an action.
|
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)
Represents information about the version (or revision) of an action.
|
void |
ActionState.setCurrentRevision(ActionRevision currentRevision)
Represents information about the version (or revision) of an action.
|
PutActionRevisionRequest |
PutActionRevisionRequest.withActionRevision(ActionRevision actionRevision)
Represents information about the version (or revision) of an action.
|
ActionState |
ActionState.withCurrentRevision(ActionRevision currentRevision)
Represents information about the version (or revision) of an action.
|
Copyright © 2022. All rights reserved.