Uses of Class
software.amazon.awssdk.services.codepipeline.model.StopExecutionTrigger
-
Packages that use StopExecutionTrigger Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StopExecutionTrigger in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return StopExecutionTrigger Modifier and Type Method Description StopExecutionTriggerPipelineExecutionSummary. stopTrigger()The interaction that stopped a pipeline execution.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StopExecutionTrigger Modifier and Type Method Description PipelineExecutionSummary.BuilderPipelineExecutionSummary.Builder. stopTrigger(StopExecutionTrigger stopTrigger)The interaction that stopped a pipeline execution.
-