| 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 |
|---|---|
ListDefaultVocabulariesResult |
AbstractAmazonConnect.listDefaultVocabularies(ListDefaultVocabulariesRequest request) |
ListDefaultVocabulariesResult |
AmazonConnect.listDefaultVocabularies(ListDefaultVocabulariesRequest listDefaultVocabulariesRequest)
Lists the default vocabularies for the specified Amazon Connect instance.
|
ListDefaultVocabulariesResult |
AmazonConnectClient.listDefaultVocabularies(ListDefaultVocabulariesRequest request)
Lists the default vocabularies for the specified Amazon Connect instance.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<ListDefaultVocabulariesResult> |
AmazonConnectAsyncClient.listDefaultVocabulariesAsync(ListDefaultVocabulariesRequest request,
AsyncHandler<ListDefaultVocabulariesRequest,ListDefaultVocabulariesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDefaultVocabulariesResult |
ListDefaultVocabulariesResult.clone() |
ListDefaultVocabulariesResult |
ListDefaultVocabulariesResult.withDefaultVocabularyList(Collection<DefaultVocabulary> defaultVocabularyList)
A list of default vocabularies.
|
ListDefaultVocabulariesResult |
ListDefaultVocabulariesResult.withDefaultVocabularyList(DefaultVocabulary... defaultVocabularyList)
A list of default vocabularies.
|
ListDefaultVocabulariesResult |
ListDefaultVocabulariesResult.withNextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
Copyright © 2023. All rights reserved.