Uses of Class
software.amazon.awssdk.services.osis.model.ChangeProgressStage
-
Packages that use ChangeProgressStage Package Description software.amazon.awssdk.services.osis.model -
-
Uses of ChangeProgressStage in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type ChangeProgressStage Modifier and Type Method Description List<ChangeProgressStage>ChangeProgressStatus. changeProgressStages()Information about the stages that the pipeline is going through to perform the configuration change.Methods in software.amazon.awssdk.services.osis.model with parameters of type ChangeProgressStage Modifier and Type Method Description ChangeProgressStatus.BuilderChangeProgressStatus.Builder. changeProgressStages(ChangeProgressStage... changeProgressStages)Information about the stages that the pipeline is going through to perform the configuration change.Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type ChangeProgressStage Modifier and Type Method Description ChangeProgressStatus.BuilderChangeProgressStatus.Builder. changeProgressStages(Collection<ChangeProgressStage> changeProgressStages)Information about the stages that the pipeline is going through to perform the configuration change.
-