Uses of Class
software.amazon.awssdk.services.connect.model.DescribeVocabularyResponse
-
Packages that use DescribeVocabularyResponse 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 DescribeVocabularyResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return DescribeVocabularyResponse Modifier and Type Method Description default DescribeVocabularyResponseConnectClient. describeVocabulary(Consumer<DescribeVocabularyRequest.Builder> describeVocabularyRequest)Describes the specified vocabulary.default DescribeVocabularyResponseConnectClient. describeVocabulary(DescribeVocabularyRequest describeVocabularyRequest)Describes the specified vocabulary.Methods in software.amazon.awssdk.services.connect that return types with arguments of type DescribeVocabularyResponse Modifier and Type Method Description default CompletableFuture<DescribeVocabularyResponse>ConnectAsyncClient. describeVocabulary(Consumer<DescribeVocabularyRequest.Builder> describeVocabularyRequest)Describes the specified vocabulary.default CompletableFuture<DescribeVocabularyResponse>ConnectAsyncClient. describeVocabulary(DescribeVocabularyRequest describeVocabularyRequest)Describes the specified vocabulary.
-