Uses of Class
software.amazon.awssdk.services.connect.model.StopContactResponse
-
Packages that use StopContactResponse 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 StopContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return StopContactResponse Modifier and Type Method Description default StopContactResponseConnectClient. stopContact(Consumer<StopContactRequest.Builder> stopContactRequest)Ends the specified contact.default StopContactResponseConnectClient. stopContact(StopContactRequest stopContactRequest)Ends the specified contact.Methods in software.amazon.awssdk.services.connect that return types with arguments of type StopContactResponse Modifier and Type Method Description default CompletableFuture<StopContactResponse>ConnectAsyncClient. stopContact(Consumer<StopContactRequest.Builder> stopContactRequest)Ends the specified contact.default CompletableFuture<StopContactResponse>ConnectAsyncClient. stopContact(StopContactRequest stopContactRequest)Ends the specified contact.
-