Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionRevision
-
Packages that use ActionRevision Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionRevision in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionRevision Modifier and Type Method Description ActionRevisionPutActionRevisionRequest. actionRevision()Represents information about the version (or revision) of an action.ActionRevisionActionState. currentRevision()Represents information about the version (or revision) of an action.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionRevision Modifier and Type Method Description PutActionRevisionRequest.BuilderPutActionRevisionRequest.Builder. actionRevision(ActionRevision actionRevision)Represents information about the version (or revision) of an action.ActionState.BuilderActionState.Builder. currentRevision(ActionRevision currentRevision)Represents information about the version (or revision) of an action.
-