Uses of Class
software.amazon.awssdk.services.connect.model.UpdateContactAttributesResponse
-
Packages that use UpdateContactAttributesResponse 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 UpdateContactAttributesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return UpdateContactAttributesResponse Modifier and Type Method Description default UpdateContactAttributesResponseConnectClient. updateContactAttributes(Consumer<UpdateContactAttributesRequest.Builder> updateContactAttributesRequest)Creates or updates user-defined contact attributes associated with the specified contact.default UpdateContactAttributesResponseConnectClient. updateContactAttributes(UpdateContactAttributesRequest updateContactAttributesRequest)Creates or updates user-defined contact attributes associated with the specified contact.Methods in software.amazon.awssdk.services.connect that return types with arguments of type UpdateContactAttributesResponse Modifier and Type Method Description default CompletableFuture<UpdateContactAttributesResponse>ConnectAsyncClient. updateContactAttributes(Consumer<UpdateContactAttributesRequest.Builder> updateContactAttributesRequest)Creates or updates user-defined contact attributes associated with the specified contact.default CompletableFuture<UpdateContactAttributesResponse>ConnectAsyncClient. updateContactAttributes(UpdateContactAttributesRequest updateContactAttributesRequest)Creates or updates user-defined contact attributes associated with the specified contact.
-