| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| 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> |
AmazonConnectAsyncClient.getContactAttributesAsync(GetContactAttributesRequest request,
AsyncHandler<GetContactAttributesRequest,GetContactAttributesResult> asyncHandler) |
Future<GetContactAttributesResult> |
AbstractAmazonConnectAsync.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)
Add a single Attributes entry
|
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 © 2024. All rights reserved.