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