Uses of Class
software.amazon.awssdk.services.connect.model.ListDefaultVocabulariesResponse
-
Packages that use ListDefaultVocabulariesResponse 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 ListDefaultVocabulariesResponse in software.amazon.awssdk.services.connect
Methods in software.amazon.awssdk.services.connect that return ListDefaultVocabulariesResponse Modifier and Type Method Description default ListDefaultVocabulariesResponseConnectClient. listDefaultVocabularies(Consumer<ListDefaultVocabulariesRequest.Builder> listDefaultVocabulariesRequest)Lists the default vocabularies for the specified Amazon Connect instance.default ListDefaultVocabulariesResponseConnectClient. listDefaultVocabularies(ListDefaultVocabulariesRequest listDefaultVocabulariesRequest)Lists the default vocabularies for the specified Amazon Connect instance.Methods in software.amazon.awssdk.services.connect that return types with arguments of type ListDefaultVocabulariesResponse Modifier and Type Method Description default CompletableFuture<ListDefaultVocabulariesResponse>ConnectAsyncClient. listDefaultVocabularies(Consumer<ListDefaultVocabulariesRequest.Builder> listDefaultVocabulariesRequest)Lists the default vocabularies for the specified Amazon Connect instance.default CompletableFuture<ListDefaultVocabulariesResponse>ConnectAsyncClient. listDefaultVocabularies(ListDefaultVocabulariesRequest listDefaultVocabulariesRequest)Lists the default vocabularies for the specified Amazon Connect instance. -
Uses of ListDefaultVocabulariesResponse in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type ListDefaultVocabulariesResponse Modifier and Type Method Description Iterator<ListDefaultVocabulariesResponse>ListDefaultVocabulariesIterable. iterator()Method parameters in software.amazon.awssdk.services.connect.paginators with type arguments of type ListDefaultVocabulariesResponse Modifier and Type Method Description voidListDefaultVocabulariesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDefaultVocabulariesResponse> subscriber)
-