Uses of Class
software.amazon.awssdk.services.connect.model.TransferContactResponse
-
Packages that use TransferContactResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of TransferContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return TransferContactResponse Modifier and Type Method Description default TransferContactResponseConnectClient. transferContact(Consumer<TransferContactRequest.Builder> transferContactRequest)Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created.default TransferContactResponseConnectClient. transferContact(TransferContactRequest transferContactRequest)Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created.Methods in software.amazon.awssdk.services.connect that return types with arguments of type TransferContactResponse Modifier and Type Method Description default CompletableFuture<TransferContactResponse>ConnectAsyncClient. transferContact(Consumer<TransferContactRequest.Builder> transferContactRequest)Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created.default CompletableFuture<TransferContactResponse>ConnectAsyncClient. transferContact(TransferContactRequest transferContactRequest)Transfers contacts from one agent or queue to another agent or queue at any point after a contact is created.
-