Uses of Class
software.amazon.awssdk.services.appflow.model.Operator
-
Packages that use Operator Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of Operator in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return Operator Modifier and Type Method Description OperatorConnectorOperator. customConnector()Operators supported by the custom connector.static OperatorOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OperatorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static Operator[]Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type Operator Modifier and Type Method Description List<Operator>FieldTypeDetails. filterOperators()The list of operators supported by a field.static Set<Operator>Operator. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type Operator Modifier and Type Method Description ConnectorOperator.BuilderConnectorOperator.Builder. customConnector(Operator customConnector)Operators supported by the custom connector.FieldTypeDetails.BuilderFieldTypeDetails.Builder. filterOperators(Operator... filterOperators)The list of operators supported by a field.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type Operator Modifier and Type Method Description FieldTypeDetails.BuilderFieldTypeDetails.Builder. filterOperators(Collection<Operator> filterOperators)The list of operators supported by a field.
-