Uses of Class
software.amazon.awssdk.services.qconnect.model.ListAssistantsResponse
-
Packages that use ListAssistantsResponse Package Description software.amazon.awssdk.services.qconnect software.amazon.awssdk.services.qconnect.paginators -
-
Uses of ListAssistantsResponse in software.amazon.awssdk.services.qconnect
Methods in software.amazon.awssdk.services.qconnect that return ListAssistantsResponse Modifier and Type Method Description default ListAssistantsResponseQConnectClient. listAssistants(Consumer<ListAssistantsRequest.Builder> listAssistantsRequest)Lists information about assistants.default ListAssistantsResponseQConnectClient. listAssistants(ListAssistantsRequest listAssistantsRequest)Lists information about assistants.Methods in software.amazon.awssdk.services.qconnect that return types with arguments of type ListAssistantsResponse Modifier and Type Method Description default CompletableFuture<ListAssistantsResponse>QConnectAsyncClient. listAssistants(Consumer<ListAssistantsRequest.Builder> listAssistantsRequest)Lists information about assistants.default CompletableFuture<ListAssistantsResponse>QConnectAsyncClient. listAssistants(ListAssistantsRequest listAssistantsRequest)Lists information about assistants. -
Uses of ListAssistantsResponse in software.amazon.awssdk.services.qconnect.paginators
Methods in software.amazon.awssdk.services.qconnect.paginators that return types with arguments of type ListAssistantsResponse Modifier and Type Method Description Iterator<ListAssistantsResponse>ListAssistantsIterable. iterator()Method parameters in software.amazon.awssdk.services.qconnect.paginators with type arguments of type ListAssistantsResponse Modifier and Type Method Description voidListAssistantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssistantsResponse> subscriber)
-