Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private ActionRevision |
PutActionRevisionRequest.actionRevision |
private ActionRevision |
ActionState.currentRevision |
Modifier and Type | Method and Description |
---|---|
ActionRevision |
ActionRevision.clone() |
ActionRevision |
PutActionRevisionRequest.getActionRevision() |
ActionRevision |
ActionState.getCurrentRevision() |
ActionRevision |
ActionRevision.withCreated(java.util.Date created)
The date and time when the most recent version of the action was created,
in timestamp format.
|
ActionRevision |
ActionRevision.withRevisionChangeId(java.lang.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(java.lang.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) |
Modifier and Type | Method and Description |
---|---|
ActionRevision |
ActionRevisionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ActionRevisionJsonMarshaller.marshall(ActionRevision actionRevision,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|