Uses of Class
software.amazon.awssdk.services.codepipeline.model.StageState
-
Packages that use StageState Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of StageState in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type StageState Modifier and Type Method Description List<StageState>GetPipelineStateResponse. stageStates()A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type StageState Modifier and Type Method Description GetPipelineStateResponse.BuilderGetPipelineStateResponse.Builder. stageStates(StageState... stageStates)A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type StageState Modifier and Type Method Description GetPipelineStateResponse.BuilderGetPipelineStateResponse.Builder. stageStates(Collection<StageState> stageStates)A list of the pipeline stage output information, including stage name, state, most recent run details, whether the stage is disabled, and other data.
-