Uses of Class
software.amazon.awssdk.services.imagebuilder.model.PipelineExecutionStartCondition
-
Packages that use PipelineExecutionStartCondition Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of PipelineExecutionStartCondition in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return PipelineExecutionStartCondition Modifier and Type Method Description static PipelineExecutionStartConditionPipelineExecutionStartCondition. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PipelineExecutionStartConditionSchedule. pipelineExecutionStartCondition()The condition configures when the pipeline should trigger a new image build.static PipelineExecutionStartConditionPipelineExecutionStartCondition. valueOf(String name)Returns the enum constant of this type with the specified name.static PipelineExecutionStartCondition[]PipelineExecutionStartCondition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type PipelineExecutionStartCondition Modifier and Type Method Description static Set<PipelineExecutionStartCondition>PipelineExecutionStartCondition. knownValues()Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type PipelineExecutionStartCondition Modifier and Type Method Description Schedule.BuilderSchedule.Builder. pipelineExecutionStartCondition(PipelineExecutionStartCondition pipelineExecutionStartCondition)The condition configures when the pipeline should trigger a new image build.
-