Uses of Class
software.amazon.awssdk.services.wisdom.model.SearchSessionsRequest
-
Packages that use SearchSessionsRequest 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 software.amazon.awssdk.services.wisdom.transform -
-
Uses of SearchSessionsRequest in software.amazon.awssdk.services.wisdom
Methods in software.amazon.awssdk.services.wisdom with parameters of type SearchSessionsRequest Modifier and Type Method Description default CompletableFuture<SearchSessionsResponse>WisdomAsyncClient. searchSessions(SearchSessionsRequest searchSessionsRequest)Searches for sessions.default SearchSessionsResponseWisdomClient. searchSessions(SearchSessionsRequest searchSessionsRequest)Searches for sessions.default SearchSessionsPublisherWisdomAsyncClient. searchSessionsPaginator(SearchSessionsRequest searchSessionsRequest)This is a variant ofWisdomAsyncClient.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. -
Uses of SearchSessionsRequest in software.amazon.awssdk.services.wisdom.paginators
Constructors in software.amazon.awssdk.services.wisdom.paginators with parameters of type SearchSessionsRequest Constructor Description SearchSessionsIterable(WisdomClient client, SearchSessionsRequest firstRequest)SearchSessionsPublisher(WisdomAsyncClient client, SearchSessionsRequest firstRequest) -
Uses of SearchSessionsRequest in software.amazon.awssdk.services.wisdom.transform
Methods in software.amazon.awssdk.services.wisdom.transform with parameters of type SearchSessionsRequest Modifier and Type Method Description SdkHttpFullRequestSearchSessionsRequestMarshaller. marshall(SearchSessionsRequest searchSessionsRequest)
-