Uses of Class
software.amazon.awssdk.services.customerprofiles.model.MarketoConnectorOperator
-
Packages that use MarketoConnectorOperator Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of MarketoConnectorOperator in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return MarketoConnectorOperator Modifier and Type Method Description static MarketoConnectorOperatorMarketoConnectorOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MarketoConnectorOperatorConnectorOperator. marketo()The operation to be performed on the provided Marketo source fields.static MarketoConnectorOperatorMarketoConnectorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static MarketoConnectorOperator[]MarketoConnectorOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type MarketoConnectorOperator Modifier and Type Method Description static Set<MarketoConnectorOperator>MarketoConnectorOperator. knownValues()Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type MarketoConnectorOperator Modifier and Type Method Description ConnectorOperator.BuilderConnectorOperator.Builder. marketo(MarketoConnectorOperator marketo)The operation to be performed on the provided Marketo source fields.
-