Uses of Class
software.amazon.awssdk.services.connect.model.TagContactResponse
-
Packages that use TagContactResponse 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 TagContactResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return TagContactResponse Modifier and Type Method Description default TagContactResponseConnectClient. tagContact(Consumer<TagContactRequest.Builder> tagContactRequest)Adds the specified tags to the contact resource.default TagContactResponseConnectClient. tagContact(TagContactRequest tagContactRequest)Adds the specified tags to the contact resource.Methods in software.amazon.awssdk.services.connect that return types with arguments of type TagContactResponse Modifier and Type Method Description default CompletableFuture<TagContactResponse>ConnectAsyncClient. tagContact(Consumer<TagContactRequest.Builder> tagContactRequest)Adds the specified tags to the contact resource.default CompletableFuture<TagContactResponse>ConnectAsyncClient. tagContact(TagContactRequest tagContactRequest)Adds the specified tags to the contact resource.
-