Uses of Class
software.amazon.awssdk.services.backupsearch.model.LongConditionOperator
-
Packages that use LongConditionOperator Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of LongConditionOperator in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return LongConditionOperator Modifier and Type Method Description static LongConditionOperatorLongConditionOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LongConditionOperatorLongCondition. operator()A string that defines what values will be returned.static LongConditionOperatorLongConditionOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static LongConditionOperator[]LongConditionOperator. 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 LongConditionOperator Modifier and Type Method Description static Set<LongConditionOperator>LongConditionOperator. knownValues()Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type LongConditionOperator Modifier and Type Method Description LongCondition.BuilderLongCondition.Builder. operator(LongConditionOperator operator)A string that defines what values will be returned.
-