| Package | Description |
|---|---|
| com.amazonaws.services.connect |
The Amazon Connect API Reference provides descriptions, syntax, and usage examples for each of the Amazon Connect
actions, data types, parameters, and errors.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
GetContactAttributesResult |
AmazonConnectClient.getContactAttributes(GetContactAttributesRequest request)
Retrieves the contact attributes associated with a contact.
|
GetContactAttributesResult |
AmazonConnect.getContactAttributes(GetContactAttributesRequest getContactAttributesRequest)
Retrieves the contact attributes associated with a contact.
|
GetContactAttributesResult |
AbstractAmazonConnect.getContactAttributes(GetContactAttributesRequest request) |
| 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 associated with a 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)
The attributes to update.
|
Copyright © 2019. All rights reserved.