| 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 |
|---|---|
DeleteVocabularyResult |
AbstractAmazonConnect.deleteVocabulary(DeleteVocabularyRequest request) |
DeleteVocabularyResult |
AmazonConnect.deleteVocabulary(DeleteVocabularyRequest deleteVocabularyRequest)
Deletes the vocabulary that has the given identifier.
|
DeleteVocabularyResult |
AmazonConnectClient.deleteVocabulary(DeleteVocabularyRequest request)
Deletes the vocabulary that has the given identifier.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteVocabularyResult> |
AmazonConnectAsyncClient.deleteVocabularyAsync(DeleteVocabularyRequest request,
AsyncHandler<DeleteVocabularyRequest,DeleteVocabularyResult> asyncHandler) |
Future<DeleteVocabularyResult> |
AmazonConnectAsync.deleteVocabularyAsync(DeleteVocabularyRequest deleteVocabularyRequest,
AsyncHandler<DeleteVocabularyRequest,DeleteVocabularyResult> asyncHandler)
Deletes the vocabulary that has the given identifier.
|
Future<DeleteVocabularyResult> |
AbstractAmazonConnectAsync.deleteVocabularyAsync(DeleteVocabularyRequest request,
AsyncHandler<DeleteVocabularyRequest,DeleteVocabularyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteVocabularyResult |
DeleteVocabularyResult.clone() |
DeleteVocabularyResult |
DeleteVocabularyResult.withState(String state)
The current state of the custom vocabulary.
|
DeleteVocabularyResult |
DeleteVocabularyResult.withState(VocabularyState state)
The current state of the custom vocabulary.
|
DeleteVocabularyResult |
DeleteVocabularyResult.withVocabularyArn(String vocabularyArn)
The Amazon Resource Name (ARN) of the custom vocabulary.
|
DeleteVocabularyResult |
DeleteVocabularyResult.withVocabularyId(String vocabularyId)
The identifier of the custom vocabulary.
|
Copyright © 2023. All rights reserved.