Uses of Class
software.amazon.awssdk.services.connect.model.UpdateContactFlowContentResponse
-
Packages that use UpdateContactFlowContentResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of UpdateContactFlowContentResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateContactFlowContentResponse Modifier and Type Method Description default UpdateContactFlowContentResponseConnectClient. updateContactFlowContent(Consumer<UpdateContactFlowContentRequest.Builder> updateContactFlowContentRequest)Updates the specified flow.default UpdateContactFlowContentResponseConnectClient. updateContactFlowContent(UpdateContactFlowContentRequest updateContactFlowContentRequest)Updates the specified flow.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateContactFlowContentResponse Modifier and Type Method Description default CompletableFuture<UpdateContactFlowContentResponse>ConnectAsyncClient. updateContactFlowContent(Consumer<UpdateContactFlowContentRequest.Builder> updateContactFlowContentRequest)Updates the specified flow.default CompletableFuture<UpdateContactFlowContentResponse>ConnectAsyncClient. updateContactFlowContent(UpdateContactFlowContentRequest updateContactFlowContentRequest)Updates the specified flow.
-