| 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<ListDefaultVocabulariesResult> |
AmazonConnectAsyncClient.listDefaultVocabulariesAsync(ListDefaultVocabulariesRequest request,
AsyncHandler<ListDefaultVocabulariesRequest,ListDefaultVocabulariesResult> asyncHandler) |
Future<ListDefaultVocabulariesResult> |
AbstractAmazonConnectAsync.listDefaultVocabulariesAsync(ListDefaultVocabulariesRequest request,
AsyncHandler<ListDefaultVocabulariesRequest,ListDefaultVocabulariesResult> asyncHandler) |
Future<ListDefaultVocabulariesResult> |
AmazonConnectAsync.listDefaultVocabulariesAsync(ListDefaultVocabulariesRequest listDefaultVocabulariesRequest,
AsyncHandler<ListDefaultVocabulariesRequest,ListDefaultVocabulariesResult> asyncHandler)
Lists the default vocabularies for the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
ListDefaultVocabulariesRequest |
ListDefaultVocabulariesRequest.clone() |
ListDefaultVocabulariesRequest |
ListDefaultVocabulariesRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
ListDefaultVocabulariesRequest |
ListDefaultVocabulariesRequest.withLanguageCode(String languageCode)
The language code of the vocabulary entries.
|
ListDefaultVocabulariesRequest |
ListDefaultVocabulariesRequest.withLanguageCode(VocabularyLanguageCode languageCode)
The language code of the vocabulary entries.
|
ListDefaultVocabulariesRequest |
ListDefaultVocabulariesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
ListDefaultVocabulariesRequest |
ListDefaultVocabulariesRequest.withNextToken(String nextToken)
The token for the next set of results.
|
Copyright © 2023. All rights reserved.