Uses of Class
software.amazon.awssdk.services.wisdom.model.SearchSessionsResponse
-
Packages that use SearchSessionsResponse 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 SearchSessionsResponse in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return SearchSessionsResponse Modifier and Type Method Description default SearchSessionsResponseWisdomClient. searchSessions(Consumer<SearchSessionsRequest.Builder> searchSessionsRequest)Searches for sessions.default SearchSessionsResponseWisdomClient. searchSessions(SearchSessionsRequest searchSessionsRequest)Searches for sessions.Methods in software.amazon.awssdk.services.wisdom that return types with arguments of type SearchSessionsResponse Modifier and Type Method Description default CompletableFuture<SearchSessionsResponse>WisdomAsyncClient. searchSessions(Consumer<SearchSessionsRequest.Builder> searchSessionsRequest)Searches for sessions.default CompletableFuture<SearchSessionsResponse>WisdomAsyncClient. searchSessions(SearchSessionsRequest searchSessionsRequest)Searches for sessions. -
Uses of SearchSessionsResponse in software.amazon.awssdk.services.wisdom.paginators
Methods in software.amazon.awssdk.services.wisdom.paginators that return types with arguments of type SearchSessionsResponse Modifier and Type Method Description Iterator<SearchSessionsResponse>SearchSessionsIterable. iterator()Method parameters in software.amazon.awssdk.services.wisdom.paginators with type arguments of type SearchSessionsResponse Modifier and Type Method Description voidSearchSessionsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchSessionsResponse> subscriber)
-