Uses of Class
software.amazon.awssdk.services.customerprofiles.model.CreateIntegrationWorkflowResponse
-
Packages that use CreateIntegrationWorkflowResponse Package Description software.amazon.awssdk.services.customerprofiles Amazon Connect Customer Profiles -
-
Uses of CreateIntegrationWorkflowResponse in software.amazon.awssdk.services.customerprofiles
Methods in software.amazon.awssdk.services.customerprofiles that return CreateIntegrationWorkflowResponse Modifier and Type Method Description default CreateIntegrationWorkflowResponseCustomerProfilesClient. createIntegrationWorkflow(Consumer<CreateIntegrationWorkflowRequest.Builder> createIntegrationWorkflowRequest)Creates an integration workflow.default CreateIntegrationWorkflowResponseCustomerProfilesClient. createIntegrationWorkflow(CreateIntegrationWorkflowRequest createIntegrationWorkflowRequest)Creates an integration workflow.Methods in software.amazon.awssdk.services.customerprofiles that return types with arguments of type CreateIntegrationWorkflowResponse Modifier and Type Method Description default CompletableFuture<CreateIntegrationWorkflowResponse>CustomerProfilesAsyncClient. createIntegrationWorkflow(Consumer<CreateIntegrationWorkflowRequest.Builder> createIntegrationWorkflowRequest)Creates an integration workflow.default CompletableFuture<CreateIntegrationWorkflowResponse>CustomerProfilesAsyncClient. createIntegrationWorkflow(CreateIntegrationWorkflowRequest createIntegrationWorkflowRequest)Creates an integration workflow.
-