| 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 |
|---|---|
SearchVocabulariesResult |
AmazonConnectClient.searchVocabularies(SearchVocabulariesRequest request)
Searches for vocabularies within a specific Amazon Connect instance using
State,
NameStartsWith, and LanguageCode. |
SearchVocabulariesResult |
AmazonConnect.searchVocabularies(SearchVocabulariesRequest searchVocabulariesRequest)
Searches for vocabularies within a specific Amazon Connect instance using
State,
NameStartsWith, and LanguageCode. |
SearchVocabulariesResult |
AbstractAmazonConnect.searchVocabularies(SearchVocabulariesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchVocabulariesResult> |
AmazonConnectAsyncClient.searchVocabulariesAsync(SearchVocabulariesRequest request,
AsyncHandler<SearchVocabulariesRequest,SearchVocabulariesResult> asyncHandler) |
Future<SearchVocabulariesResult> |
AmazonConnectAsync.searchVocabulariesAsync(SearchVocabulariesRequest searchVocabulariesRequest,
AsyncHandler<SearchVocabulariesRequest,SearchVocabulariesResult> asyncHandler)
Searches for vocabularies within a specific Amazon Connect instance using
State,
NameStartsWith, and LanguageCode. |
Future<SearchVocabulariesResult> |
AbstractAmazonConnectAsync.searchVocabulariesAsync(SearchVocabulariesRequest request,
AsyncHandler<SearchVocabulariesRequest,SearchVocabulariesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchVocabulariesResult |
SearchVocabulariesResult.clone() |
SearchVocabulariesResult |
SearchVocabulariesResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchVocabulariesResult |
SearchVocabulariesResult.withVocabularySummaryList(Collection<VocabularySummary> vocabularySummaryList)
The list of the available custom vocabularies.
|
SearchVocabulariesResult |
SearchVocabulariesResult.withVocabularySummaryList(VocabularySummary... vocabularySummaryList)
The list of the available custom vocabularies.
|
Copyright © 2024. All rights reserved.