Uses of Class
software.amazon.awssdk.services.connect.model.GetContactAttributesResponse
-
Packages that use GetContactAttributesResponse 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 GetContactAttributesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return GetContactAttributesResponse Modifier and Type Method Description default GetContactAttributesResponseConnectClient. getContactAttributes(Consumer<GetContactAttributesRequest.Builder> getContactAttributesRequest)Retrieves the contact attributes for the specified contact.default GetContactAttributesResponseConnectClient. getContactAttributes(GetContactAttributesRequest getContactAttributesRequest)Retrieves the contact attributes for the specified contact.Methods in software.amazon.awssdk.services.connect that return types with arguments of type GetContactAttributesResponse Modifier and Type Method Description default CompletableFuture<GetContactAttributesResponse>ConnectAsyncClient. getContactAttributes(Consumer<GetContactAttributesRequest.Builder> getContactAttributesRequest)Retrieves the contact attributes for the specified contact.default CompletableFuture<GetContactAttributesResponse>ConnectAsyncClient. getContactAttributes(GetContactAttributesRequest getContactAttributesRequest)Retrieves the contact attributes for the specified contact.
-