Uses of Class
software.amazon.awssdk.services.backupsearch.model.StringConditionOperator
-
Packages that use StringConditionOperator Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of StringConditionOperator in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return StringConditionOperator Modifier and Type Method Description static StringConditionOperatorStringConditionOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StringConditionOperatorStringCondition. operator()A string that defines what values will be returned.static StringConditionOperatorStringConditionOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static StringConditionOperator[]StringConditionOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.backupsearch.model that return types with arguments of type StringConditionOperator Modifier and Type Method Description static Set<StringConditionOperator>StringConditionOperator. knownValues()Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type StringConditionOperator Modifier and Type Method Description StringCondition.BuilderStringCondition.Builder. operator(StringConditionOperator operator)A string that defines what values will be returned.
-