Uses of Class
software.amazon.awssdk.services.connect.model.AssociateDefaultVocabularyResponse
-
Packages that use AssociateDefaultVocabularyResponse 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. -
-
Uses of AssociateDefaultVocabularyResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return AssociateDefaultVocabularyResponse Modifier and Type Method Description default AssociateDefaultVocabularyResponseConnectClient. associateDefaultVocabulary(Consumer<AssociateDefaultVocabularyRequest.Builder> associateDefaultVocabularyRequest)Associates an existing vocabulary as the default.default AssociateDefaultVocabularyResponseConnectClient. associateDefaultVocabulary(AssociateDefaultVocabularyRequest associateDefaultVocabularyRequest)Associates an existing vocabulary as the default.Methods in software.amazon.awssdk.services.connect that return types with arguments of type AssociateDefaultVocabularyResponse Modifier and Type Method Description default CompletableFuture<AssociateDefaultVocabularyResponse>ConnectAsyncClient. associateDefaultVocabulary(Consumer<AssociateDefaultVocabularyRequest.Builder> associateDefaultVocabularyRequest)Associates an existing vocabulary as the default.default CompletableFuture<AssociateDefaultVocabularyResponse>ConnectAsyncClient. associateDefaultVocabulary(AssociateDefaultVocabularyRequest associateDefaultVocabularyRequest)Associates an existing vocabulary as the default.
-