Uses of Class
software.amazon.awssdk.services.connect.model.CreateContactFlowResponse
-
Packages that use CreateContactFlowResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of CreateContactFlowResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return CreateContactFlowResponse 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.Methods in software.amazon.awssdk.services.connect that return types with arguments of type CreateContactFlowResponse Modifier and Type Method Description default CompletableFuture<CreateContactFlowResponse>ConnectAsyncClient. createContactFlow(Consumer<CreateContactFlowRequest.Builder> createContactFlowRequest)Creates a flow for the specified Amazon Connect instance.default CompletableFuture<CreateContactFlowResponse>ConnectAsyncClient. createContactFlow(CreateContactFlowRequest createContactFlowRequest)Creates a flow for the specified Amazon Connect instance.
-