Uses of Class
software.amazon.awssdk.services.connect.model.SearchVocabulariesResponse
-
Packages that use SearchVocabulariesResponse 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.software.amazon.awssdk.services.connect.paginators -
-
Uses of SearchVocabulariesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return SearchVocabulariesResponse Modifier and Type Method Description default SearchVocabulariesResponseConnectClient. searchVocabularies(Consumer<SearchVocabulariesRequest.Builder> searchVocabulariesRequest)Searches for vocabularies within a specific Amazon Connect instance usingState,NameStartsWith, andLanguageCode.default SearchVocabulariesResponseConnectClient. searchVocabularies(SearchVocabulariesRequest searchVocabulariesRequest)Searches for vocabularies within a specific Amazon Connect instance usingState,NameStartsWith, andLanguageCode.Methods in software.amazon.awssdk.services.connect that return types with arguments of type SearchVocabulariesResponse Modifier and Type Method Description default CompletableFuture<SearchVocabulariesResponse>ConnectAsyncClient. searchVocabularies(Consumer<SearchVocabulariesRequest.Builder> searchVocabulariesRequest)Searches for vocabularies within a specific Amazon Connect instance usingState,NameStartsWith, andLanguageCode.default CompletableFuture<SearchVocabulariesResponse>ConnectAsyncClient. searchVocabularies(SearchVocabulariesRequest searchVocabulariesRequest)Searches for vocabularies within a specific Amazon Connect instance usingState,NameStartsWith, andLanguageCode. -
Uses of SearchVocabulariesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type SearchVocabulariesResponse Modifier and Type Method Description Iterator<SearchVocabulariesResponse>SearchVocabulariesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type SearchVocabulariesResponse Modifier and Type Method Description voidSearchVocabulariesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchVocabulariesResponse> subscriber)
-