Uses of Class
software.amazon.awssdk.services.codepipeline.model.RuleRevision
-
Packages that use RuleRevision Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of RuleRevision in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return RuleRevision Modifier and Type Method Description RuleRevisionRuleState. currentRevision()The ID of the current revision of the artifact successfully worked on by the job.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type RuleRevision Modifier and Type Method Description RuleState.BuilderRuleState.Builder. currentRevision(RuleRevision currentRevision)The ID of the current revision of the artifact successfully worked on by the job.
-