| 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 |
| Modifier and Type | Method and Description |
|---|---|
default SearchRelatedItemsResponse |
ConnectCasesClient.searchRelatedItems(Consumer<SearchRelatedItemsRequest.Builder> searchRelatedItemsRequest)
Searches for related items that are associated with a case.
|
default SearchRelatedItemsResponse |
ConnectCasesClient.searchRelatedItems(SearchRelatedItemsRequest searchRelatedItemsRequest)
Searches for related items that are associated with a case.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchRelatedItemsResponse> |
SearchRelatedItemsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchRelatedItemsPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchRelatedItemsResponse> subscriber) |
Copyright © 2023. All rights reserved.