Uses of Class
software.amazon.awssdk.services.connect.model.DeleteVocabularyResponse
-
Packages that use DeleteVocabularyResponse Package Description software.amazon.awssdk.services.connect -
-
Uses of DeleteVocabularyResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DeleteVocabularyResponse Modifier and Type Method Description default DeleteVocabularyResponseConnectClient. deleteVocabulary(Consumer<DeleteVocabularyRequest.Builder> deleteVocabularyRequest)Deletes the vocabulary that has the given identifier.default DeleteVocabularyResponseConnectClient. deleteVocabulary(DeleteVocabularyRequest deleteVocabularyRequest)Deletes the vocabulary that has the given identifier.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DeleteVocabularyResponse Modifier and Type Method 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.
-