| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetPipelineStateResponse.Builder |
GetPipelineStateResponse.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.
|
Copyright © 2023. All rights reserved.