Uses of Class
software.amazon.awssdk.services.customerprofiles.model.SourceConnectorType
-
Packages that use SourceConnectorType Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of SourceConnectorType in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return SourceConnectorType Modifier and Type Method Description SourceConnectorTypeSourceFlowConfig. connectorType()The type of connector, such as Salesforce, Marketo, and so on.static SourceConnectorTypeSourceConnectorType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SourceConnectorTypeAppflowIntegrationWorkflowAttributes. sourceConnectorType()Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.static SourceConnectorTypeSourceConnectorType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceConnectorType[]SourceConnectorType. 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 SourceConnectorType Modifier and Type Method Description static Set<SourceConnectorType>SourceConnectorType. knownValues()Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type SourceConnectorType Modifier and Type Method Description SourceFlowConfig.BuilderSourceFlowConfig.Builder. connectorType(SourceConnectorType connectorType)The type of connector, such as Salesforce, Marketo, and so on.AppflowIntegrationWorkflowAttributes.BuilderAppflowIntegrationWorkflowAttributes.Builder. sourceConnectorType(SourceConnectorType sourceConnectorType)Specifies the source connector type, such as Salesforce, ServiceNow, and Marketo.
-