Uses of Class
software.amazon.awssdk.services.osis.model.ChangeProgressStatus
-
Packages that use ChangeProgressStatus Package Description software.amazon.awssdk.services.osis.model -
-
Uses of ChangeProgressStatus in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type ChangeProgressStatus Modifier and Type Method Description List<ChangeProgressStatus>GetPipelineChangeProgressResponse. changeProgressStatuses()The current status of the change happening on the pipeline.Methods in software.amazon.awssdk.services.osis.model with parameters of type ChangeProgressStatus Modifier and Type Method Description GetPipelineChangeProgressResponse.BuilderGetPipelineChangeProgressResponse.Builder. changeProgressStatuses(ChangeProgressStatus... changeProgressStatuses)The current status of the change happening on the pipeline.Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type ChangeProgressStatus Modifier and Type Method Description GetPipelineChangeProgressResponse.BuilderGetPipelineChangeProgressResponse.Builder. changeProgressStatuses(Collection<ChangeProgressStatus> changeProgressStatuses)The current status of the change happening on the pipeline.
-