Uses of Class
software.amazon.awssdk.services.glue.model.FilterLogicalOperator
-
Packages that use FilterLogicalOperator Package Description software.amazon.awssdk.services.glue.model -
-
Uses of FilterLogicalOperator in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return FilterLogicalOperator Modifier and Type Method Description static FilterLogicalOperatorFilterLogicalOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FilterLogicalOperatorFilter. logicalOperator()The operator used to filter rows by comparing the key value to a specified value.FilterLogicalOperatorGroupFilters. logicalOperator()The logical operator used to combine the filters in this group.static FilterLogicalOperatorFilterLogicalOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterLogicalOperator[]FilterLogicalOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type FilterLogicalOperator Modifier and Type Method Description static Set<FilterLogicalOperator>FilterLogicalOperator. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type FilterLogicalOperator Modifier and Type Method Description Filter.BuilderFilter.Builder. logicalOperator(FilterLogicalOperator logicalOperator)The operator used to filter rows by comparing the key value to a specified value.GroupFilters.BuilderGroupFilters.Builder. logicalOperator(FilterLogicalOperator logicalOperator)The logical operator used to combine the filters in this group.
-