Uses of Class
software.amazon.awssdk.services.opensearch.model.ChangeProgressStage
-
Packages that use ChangeProgressStage Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ChangeProgressStage in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ChangeProgressStage Modifier and Type Method Description List<ChangeProgressStage>ChangeProgressStatusDetails. changeProgressStages()The specific stages that the domain is going through to perform the configuration change.Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ChangeProgressStage Modifier and Type Method Description ChangeProgressStatusDetails.BuilderChangeProgressStatusDetails.Builder. changeProgressStages(ChangeProgressStage... changeProgressStages)The specific stages that the domain is going through to perform the configuration change.Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type ChangeProgressStage Modifier and Type Method Description ChangeProgressStatusDetails.BuilderChangeProgressStatusDetails.Builder. changeProgressStages(Collection<ChangeProgressStage> changeProgressStages)The specific stages that the domain is going through to perform the configuration change.
-