| Package | Description |
|---|---|
| com.amazonaws.services.connect |
Amazon Connect is a cloud-based contact center solution that makes it easy to set up and manage a customer contact
center and provide reliable customer engagement at any scale.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
GetContactAttributesResult |
AmazonConnectClient.getContactAttributes(GetContactAttributesRequest request)
Retrieves the contact attributes for the specified contact.
|
GetContactAttributesResult |
AbstractAmazonConnect.getContactAttributes(GetContactAttributesRequest request) |
GetContactAttributesResult |
AmazonConnect.getContactAttributes(GetContactAttributesRequest getContactAttributesRequest)
Retrieves the contact attributes for the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetContactAttributesResult> |
AbstractAmazonConnectAsync.getContactAttributesAsync(GetContactAttributesRequest request,
AsyncHandler<GetContactAttributesRequest,GetContactAttributesResult> asyncHandler) |
Future<GetContactAttributesResult> |
AmazonConnectAsyncClient.getContactAttributesAsync(GetContactAttributesRequest request,
AsyncHandler<GetContactAttributesRequest,GetContactAttributesResult> asyncHandler) |
Future<GetContactAttributesResult> |
AmazonConnectAsync.getContactAttributesAsync(GetContactAttributesRequest getContactAttributesRequest,
AsyncHandler<GetContactAttributesRequest,GetContactAttributesResult> asyncHandler)
Retrieves the contact attributes for the specified contact.
|
| Modifier and Type | Method and Description |
|---|---|
GetContactAttributesResult |
GetContactAttributesResult.addAttributesEntry(String key,
String value) |
GetContactAttributesResult |
GetContactAttributesResult.clearAttributesEntries()
Removes all the entries added into Attributes.
|
GetContactAttributesResult |
GetContactAttributesResult.clone() |
GetContactAttributesResult |
GetContactAttributesResult.withAttributes(Map<String,String> attributes)
Information about the attributes.
|
Copyright © 2020. All rights reserved.