Uses of Class
software.amazon.awssdk.services.connectcases.model.SearchRelatedItemsResponse
-
Packages that use SearchRelatedItemsResponse Package Description software.amazon.awssdk.services.connectcases With Amazon Connect Cases, your agents can track and manage customer issues that require multiple interactions, follow-up tasks, and teams in your contact center.software.amazon.awssdk.services.connectcases.paginators -
-
Uses of SearchRelatedItemsResponse in software.amazon.awssdk.services.connectcases
Methods in software.amazon.awssdk.services.connectcases that return SearchRelatedItemsResponse Modifier and Type Method Description default SearchRelatedItemsResponseConnectCasesClient. searchRelatedItems(Consumer<SearchRelatedItemsRequest.Builder> searchRelatedItemsRequest)Searches for related items that are associated with a case.default SearchRelatedItemsResponseConnectCasesClient. searchRelatedItems(SearchRelatedItemsRequest searchRelatedItemsRequest)Searches for related items that are associated with a case.Methods in software.amazon.awssdk.services.connectcases that return types with arguments of type SearchRelatedItemsResponse Modifier and Type Method Description default CompletableFuture<SearchRelatedItemsResponse>ConnectCasesAsyncClient. searchRelatedItems(Consumer<SearchRelatedItemsRequest.Builder> searchRelatedItemsRequest)Searches for related items that are associated with a case.default CompletableFuture<SearchRelatedItemsResponse>ConnectCasesAsyncClient. searchRelatedItems(SearchRelatedItemsRequest searchRelatedItemsRequest)Searches for related items that are associated with a case. -
Uses of SearchRelatedItemsResponse in software.amazon.awssdk.services.connectcases.paginators
Methods in software.amazon.awssdk.services.connectcases.paginators that return types with arguments of type SearchRelatedItemsResponse Modifier and Type Method Description Iterator<SearchRelatedItemsResponse>SearchRelatedItemsIterable. iterator()Method parameters in software.amazon.awssdk.services.connectcases.paginators with type arguments of type SearchRelatedItemsResponse Modifier and Type Method Description voidSearchRelatedItemsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchRelatedItemsResponse> subscriber)
-