Uses of Class
software.amazon.awssdk.services.connect.model.DismissUserContactResponse
-
Packages that use DismissUserContactResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of DismissUserContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DismissUserContactResponse Modifier and Type Method Description default DismissUserContactResponseConnectClient. dismissUserContact(Consumer<DismissUserContactRequest.Builder> dismissUserContactRequest)Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact.default DismissUserContactResponseConnectClient. dismissUserContact(DismissUserContactRequest dismissUserContactRequest)Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DismissUserContactResponse Modifier and Type Method Description default CompletableFuture<DismissUserContactResponse>ConnectAsyncClient. dismissUserContact(Consumer<DismissUserContactRequest.Builder> dismissUserContactRequest)Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact.default CompletableFuture<DismissUserContactResponse>ConnectAsyncClient. dismissUserContact(DismissUserContactRequest dismissUserContactRequest)Dismisses contacts from an agent’s CCP and returns the agent to an available state, which allows the agent to receive a new routed contact.
-