Uses of Class
software.amazon.awssdk.services.connect.model.CreateContactFlowVersionResponse
-
Packages that use CreateContactFlowVersionResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of CreateContactFlowVersionResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return CreateContactFlowVersionResponse Modifier and Type Method Description default CreateContactFlowVersionResponseConnectClient. createContactFlowVersion(Consumer<CreateContactFlowVersionRequest.Builder> createContactFlowVersionRequest)Publishes a new version of the flow provided.default CreateContactFlowVersionResponseConnectClient. createContactFlowVersion(CreateContactFlowVersionRequest createContactFlowVersionRequest)Publishes a new version of the flow provided.Methods in software.amazon.awssdk.services.connect that return types with arguments of type CreateContactFlowVersionResponse Modifier and Type Method Description default CompletableFuture<CreateContactFlowVersionResponse>ConnectAsyncClient. createContactFlowVersion(Consumer<CreateContactFlowVersionRequest.Builder> createContactFlowVersionRequest)Publishes a new version of the flow provided.default CompletableFuture<CreateContactFlowVersionResponse>ConnectAsyncClient. createContactFlowVersion(CreateContactFlowVersionRequest createContactFlowVersionRequest)Publishes a new version of the flow provided.
-