Uses of Class
software.amazon.awssdk.services.connect.model.UntagContactResponse
-
Packages that use UntagContactResponse 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 UntagContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UntagContactResponse Modifier and Type Method Description default UntagContactResponseConnectClient. untagContact(Consumer<UntagContactRequest.Builder> untagContactRequest)Removes the specified tags from the contact resource.default UntagContactResponseConnectClient. untagContact(UntagContactRequest untagContactRequest)Removes the specified tags from the contact resource.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UntagContactResponse Modifier and Type Method Description default CompletableFuture<UntagContactResponse>ConnectAsyncClient. untagContact(Consumer<UntagContactRequest.Builder> untagContactRequest)Removes the specified tags from the contact resource.default CompletableFuture<UntagContactResponse>ConnectAsyncClient. untagContact(UntagContactRequest untagContactRequest)Removes the specified tags from the contact resource.
-