Uses of Class
software.amazon.awssdk.services.glue.model.FieldFilterOperator
-
Packages that use FieldFilterOperator Package Description software.amazon.awssdk.services.glue.model -
-
Uses of FieldFilterOperator in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return FieldFilterOperator Modifier and Type Method Description static FieldFilterOperatorFieldFilterOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FieldFilterOperatorFieldFilterOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static FieldFilterOperator[]FieldFilterOperator. 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 FieldFilterOperator Modifier and Type Method Description static Set<FieldFilterOperator>FieldFilterOperator. knownValues()List<FieldFilterOperator>Field. supportedFilterOperators()Indicates the support filter operators for this field.Methods in software.amazon.awssdk.services.glue.model with parameters of type FieldFilterOperator Modifier and Type Method Description Field.BuilderField.Builder. supportedFilterOperators(FieldFilterOperator... supportedFilterOperators)Indicates the support filter operators for this field.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type FieldFilterOperator Modifier and Type Method Description Field.BuilderField.Builder. supportedFilterOperators(Collection<FieldFilterOperator> supportedFilterOperators)Indicates the support filter operators for this field.
-