| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteVocabularyResponse |
ConnectClient.deleteVocabulary(Consumer<DeleteVocabularyRequest.Builder> deleteVocabularyRequest)
Deletes the vocabulary that has the given identifier.
|
default DeleteVocabularyResponse |
ConnectClient.deleteVocabulary(DeleteVocabularyRequest deleteVocabularyRequest)
Deletes the vocabulary that has the given identifier.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteVocabularyResponse> |
ConnectAsyncClient.deleteVocabulary(Consumer<DeleteVocabularyRequest.Builder> deleteVocabularyRequest)
Deletes the vocabulary that has the given identifier.
|
default CompletableFuture<DeleteVocabularyResponse> |
ConnectAsyncClient.deleteVocabulary(DeleteVocabularyRequest deleteVocabularyRequest)
Deletes the vocabulary that has the given identifier.
|
Copyright © 2023. All rights reserved.