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