Uses of Class
software.amazon.awssdk.services.wisdom.paginators.SearchSessionsIterable
-
Packages that use SearchSessionsIterable 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. -
-
Uses of SearchSessionsIterable in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom that return SearchSessionsIterable Modifier and Type Method Description default SearchSessionsIterableWisdomClient. searchSessionsPaginator(Consumer<SearchSessionsRequest.Builder> searchSessionsRequest)This is a variant ofWisdomClient.searchSessions(software.amazon.awssdk.services.wisdom.model.SearchSessionsRequest)operation.default SearchSessionsIterableWisdomClient. searchSessionsPaginator(SearchSessionsRequest searchSessionsRequest)This is a variant ofWisdomClient.searchSessions(software.amazon.awssdk.services.wisdom.model.SearchSessionsRequest)operation.
-