Uses of Class
software.amazon.awssdk.services.connect.model.InvalidContactFlowException
-
Packages that use InvalidContactFlowException Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
Uses of InvalidContactFlowException in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that throw InvalidContactFlowException Modifier and Type Method Description default CreateContactFlowResponseConnectClient. createContactFlow(Consumer<CreateContactFlowRequest.Builder> createContactFlowRequest)Creates a flow for the specified Amazon Connect instance.default CreateContactFlowResponseConnectClient. createContactFlow(CreateContactFlowRequest createContactFlowRequest)Creates a flow for the specified Amazon Connect instance.default UpdateContactFlowContentResponseConnectClient. updateContactFlowContent(Consumer<UpdateContactFlowContentRequest.Builder> updateContactFlowContentRequest)Updates the specified flow.default UpdateContactFlowContentResponseConnectClient. updateContactFlowContent(UpdateContactFlowContentRequest updateContactFlowContentRequest)Updates the specified flow.
-