Uses of Class
software.amazon.awssdk.services.connect.model.DeleteContactFlowVersionRequest
-
Packages that use DeleteContactFlowVersionRequest Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.transform -
-
Uses of DeleteContactFlowVersionRequest in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect with parameters of type DeleteContactFlowVersionRequest Modifier and Type Method Description default CompletableFuture<DeleteContactFlowVersionResponse>ConnectAsyncClient. deleteContactFlowVersion(DeleteContactFlowVersionRequest deleteContactFlowVersionRequest)Deletes the particular version specified in flow version identifier.default DeleteContactFlowVersionResponseConnectClient. deleteContactFlowVersion(DeleteContactFlowVersionRequest deleteContactFlowVersionRequest)Deletes the particular version specified in flow version identifier. -
Uses of DeleteContactFlowVersionRequest in software.amazon.awssdk.services.connect.transform
Methods in software.amazon.awssdk.services.connect.transform with parameters of type DeleteContactFlowVersionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteContactFlowVersionRequestMarshaller. marshall(DeleteContactFlowVersionRequest deleteContactFlowVersionRequest)
-