Uses of Class
software.amazon.awssdk.services.deadline.model.ComparisonOperator
-
Packages that use ComparisonOperator Package Description software.amazon.awssdk.services.deadline.model -
-
Uses of ComparisonOperator in software.amazon.awssdk.services.deadline.model
Methods in software.amazon.awssdk.services.deadline.model that return ComparisonOperator Modifier and Type Method Description static ComparisonOperatorComparisonOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ComparisonOperatorDateTimeFilterExpression. operator()The type of comparison to use to filter the results.ComparisonOperatorParameterFilterExpression. operator()The type of comparison to use to filter results.ComparisonOperatorStringFilterExpression. operator()The type of comparison to use for this search.static ComparisonOperatorComparisonOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static ComparisonOperator[]ComparisonOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.deadline.model that return types with arguments of type ComparisonOperator Modifier and Type Method Description static Set<ComparisonOperator>ComparisonOperator. knownValues()Methods in software.amazon.awssdk.services.deadline.model with parameters of type ComparisonOperator Modifier and Type Method Description DateTimeFilterExpression.BuilderDateTimeFilterExpression.Builder. operator(ComparisonOperator operator)The type of comparison to use to filter the results.ParameterFilterExpression.BuilderParameterFilterExpression.Builder. operator(ComparisonOperator operator)The type of comparison to use to filter results.StringFilterExpression.BuilderStringFilterExpression.Builder. operator(ComparisonOperator operator)The type of comparison to use for this search.
-