Uses of Class
software.amazon.awssdk.services.opensearch.model.ConfigChangeStatus
-
Packages that use ConfigChangeStatus Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of ConfigChangeStatus in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return ConfigChangeStatus Modifier and Type Method Description ConfigChangeStatusChangeProgressDetails. configChangeStatus()The current status of the configuration change.ConfigChangeStatusChangeProgressStatusDetails. configChangeStatus()The current status of the configuration change.static ConfigChangeStatusConfigChangeStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfigChangeStatusConfigChangeStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigChangeStatus[]ConfigChangeStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type ConfigChangeStatus Modifier and Type Method Description static Set<ConfigChangeStatus>ConfigChangeStatus. knownValues()Methods in software.amazon.awssdk.services.opensearch.model with parameters of type ConfigChangeStatus Modifier and Type Method Description ChangeProgressDetails.BuilderChangeProgressDetails.Builder. configChangeStatus(ConfigChangeStatus configChangeStatus)The current status of the configuration change.ChangeProgressStatusDetails.BuilderChangeProgressStatusDetails.Builder. configChangeStatus(ConfigChangeStatus configChangeStatus)The current status of the configuration change.
-