Uses of Class
software.amazon.awssdk.services.wisdom.model.ListAssistantsResponse
-
Packages that use ListAssistantsResponse Package Description software.amazon.awssdk.services.wisdom Amazon Connect Wisdom delivers agents the information they need to solve customer issues as they're actively speaking with customers.software.amazon.awssdk.services.wisdom.paginators -
-
Uses of ListAssistantsResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return ListAssistantsResponse Modifier and Type Method Description default ListAssistantsResponseWisdomClient. listAssistants(Consumer<ListAssistantsRequest.Builder> listAssistantsRequest)Lists information about assistants.default ListAssistantsResponseWisdomClient. listAssistants(ListAssistantsRequest listAssistantsRequest)Lists information about assistants.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type ListAssistantsResponse Modifier and Type Method Description default CompletableFuture<ListAssistantsResponse>WisdomAsyncClient. listAssistants(Consumer<ListAssistantsRequest.Builder> listAssistantsRequest)Lists information about assistants.default CompletableFuture<ListAssistantsResponse>WisdomAsyncClient. listAssistants(ListAssistantsRequest listAssistantsRequest)Lists information about assistants. -
Uses of ListAssistantsResponse in software.amazon.awssdk.services.wisdom.paginators
Methods in software.amazon.awssdk.services.wisdom.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.wisdom.paginators with type arguments of type ListAssistantsResponse Modifier and Type Method Description voidListAssistantsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAssistantsResponse> subscriber)
-