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