| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListContactReferencesResult> |
AbstractAmazonConnectAsync.listContactReferencesAsync(ListContactReferencesRequest request,
AsyncHandler<ListContactReferencesRequest,ListContactReferencesResult> asyncHandler) |
Future<ListContactReferencesResult> |
AmazonConnectAsync.listContactReferencesAsync(ListContactReferencesRequest listContactReferencesRequest,
AsyncHandler<ListContactReferencesRequest,ListContactReferencesResult> asyncHandler)
This API is in preview release for Amazon Connect and is subject to change.
|
Future<ListContactReferencesResult> |
AmazonConnectAsyncClient.listContactReferencesAsync(ListContactReferencesRequest request,
AsyncHandler<ListContactReferencesRequest,ListContactReferencesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListContactReferencesRequest |
ListContactReferencesRequest.clone() |
ListContactReferencesRequest |
ListContactReferencesRequest.withContactId(String contactId)
The identifier of the initial contact.
|
ListContactReferencesRequest |
ListContactReferencesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListContactReferencesRequest |
ListContactReferencesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
ListContactReferencesRequest |
ListContactReferencesRequest.withReferenceTypes(Collection<String> referenceTypes)
The type of reference.
|
ListContactReferencesRequest |
ListContactReferencesRequest.withReferenceTypes(ReferenceType... referenceTypes)
The type of reference.
|
ListContactReferencesRequest |
ListContactReferencesRequest.withReferenceTypes(String... referenceTypes)
The type of reference.
|
Copyright © 2022. All rights reserved.