Uses of Class
software.amazon.awssdk.services.osis.model.ChangeProgressStageStatuses
-
Packages that use ChangeProgressStageStatuses Package Description software.amazon.awssdk.services.osis.model -
-
Uses of ChangeProgressStageStatuses in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return ChangeProgressStageStatuses Modifier and Type Method Description static ChangeProgressStageStatusesChangeProgressStageStatuses. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChangeProgressStageStatusesChangeProgressStage. status()The current status of the stage that the change is in.static ChangeProgressStageStatusesChangeProgressStageStatuses. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeProgressStageStatuses[]ChangeProgressStageStatuses. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type ChangeProgressStageStatuses Modifier and Type Method Description static Set<ChangeProgressStageStatuses>ChangeProgressStageStatuses. knownValues()Methods in software.amazon.awssdk.services.osis.model with parameters of type ChangeProgressStageStatuses Modifier and Type Method Description ChangeProgressStage.BuilderChangeProgressStage.Builder. status(ChangeProgressStageStatuses status)The current status of the stage that the change is in.
-