Uses of Class
software.amazon.awssdk.services.connect.model.TransferContactResponse
-
Packages that use TransferContactResponse Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale. -
-
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.
-