Uses of Class
software.amazon.awssdk.services.appflow.model.SingularConnectorOperator
-
Packages that use SingularConnectorOperator Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of SingularConnectorOperator in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return SingularConnectorOperator Modifier and Type Method Description static SingularConnectorOperatorSingularConnectorOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SingularConnectorOperatorConnectorOperator. singular()The operation to be performed on the provided Singular source fields.static SingularConnectorOperatorSingularConnectorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static SingularConnectorOperator[]SingularConnectorOperator. 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 SingularConnectorOperator Modifier and Type Method Description static Set<SingularConnectorOperator>SingularConnectorOperator. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type SingularConnectorOperator Modifier and Type Method Description ConnectorOperator.BuilderConnectorOperator.Builder. singular(SingularConnectorOperator singular)The operation to be performed on the provided Singular source fields.
-