Uses of Class
software.amazon.awssdk.services.connect.model.UntagContactResponse
-
Packages that use UntagContactResponse Package Description software.amazon.awssdk.services.connect -
-
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.
-