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