Uses of Class
software.amazon.awssdk.services.customerprofiles.model.FlowDefinition
-
Packages that use FlowDefinition Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of FlowDefinition in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return FlowDefinition Modifier and Type Method Description FlowDefinitionAppflowIntegration. flowDefinition()Returns the value of the FlowDefinition property for this object.FlowDefinitionPutIntegrationRequest. flowDefinition()The configuration that controls how Customer Profiles retrieves data from the source.Methods in software.amazon.awssdk.services.customerprofiles.model with parameters of type FlowDefinition Modifier and Type Method Description AppflowIntegration.BuilderAppflowIntegration.Builder. flowDefinition(FlowDefinition flowDefinition)Sets the value of the FlowDefinition property for this object.PutIntegrationRequest.BuilderPutIntegrationRequest.Builder. flowDefinition(FlowDefinition flowDefinition)The configuration that controls how Customer Profiles retrieves data from the source.
-