Uses of Class
com.amazonaws.services.codepipeline.model.ActionRevision
Packages that use ActionRevision
-
Uses of ActionRevision in com.amazonaws.services.codepipeline.model
Methods in com.amazonaws.services.codepipeline.model that return ActionRevisionModifier and TypeMethodDescriptionActionRevision.clone()
PutActionRevisionRequest.getActionRevision()
ActionState.getCurrentRevision()
ActionRevision.withCreated
(Date created) The date and time when the most recent version of the action was created, in timestamp format.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.withRevisionId
(String revisionId) The system-generated unique ID that identifies the revision number of the action.Methods in com.amazonaws.services.codepipeline.model with parameters of type ActionRevisionModifier and TypeMethodDescriptionvoid
PutActionRevisionRequest.setActionRevision
(ActionRevision actionRevision) void
ActionState.setCurrentRevision
(ActionRevision currentRevision) PutActionRevisionRequest.withActionRevision
(ActionRevision actionRevision) ActionState.withCurrentRevision
(ActionRevision currentRevision)