Uses of Class
software.amazon.awssdk.services.osis.model.ChangeProgressStatuses
-
Packages that use ChangeProgressStatuses Package Description software.amazon.awssdk.services.osis.model -
-
Uses of ChangeProgressStatuses in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return ChangeProgressStatuses Modifier and Type Method Description static ChangeProgressStatusesChangeProgressStatuses. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChangeProgressStatusesChangeProgressStatus. status()The overall status of the pipeline configuration change.static ChangeProgressStatusesChangeProgressStatuses. valueOf(String name)Returns the enum constant of this type with the specified name.static ChangeProgressStatuses[]ChangeProgressStatuses. 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 ChangeProgressStatuses Modifier and Type Method Description static Set<ChangeProgressStatuses>ChangeProgressStatuses. knownValues()Methods in software.amazon.awssdk.services.osis.model with parameters of type ChangeProgressStatuses Modifier and Type Method Description ChangeProgressStatus.BuilderChangeProgressStatus.Builder. status(ChangeProgressStatuses status)The overall status of the pipeline configuration change.
-