| Package | Description |
|---|---|
| com.amazonaws.services.connect |
|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchContactFlowsResult> |
AmazonConnectAsyncClient.searchContactFlowsAsync(SearchContactFlowsRequest request,
AsyncHandler<SearchContactFlowsRequest,SearchContactFlowsResult> asyncHandler) |
Future<SearchContactFlowsResult> |
AbstractAmazonConnectAsync.searchContactFlowsAsync(SearchContactFlowsRequest request,
AsyncHandler<SearchContactFlowsRequest,SearchContactFlowsResult> asyncHandler) |
Future<SearchContactFlowsResult> |
AmazonConnectAsync.searchContactFlowsAsync(SearchContactFlowsRequest searchContactFlowsRequest,
AsyncHandler<SearchContactFlowsRequest,SearchContactFlowsResult> asyncHandler)
Searches the contact flows in an Amazon Connect instance, with optional filtering.
|
| Modifier and Type | Method and Description |
|---|---|
SearchContactFlowsRequest |
SearchContactFlowsRequest.clone() |
SearchContactFlowsRequest |
SearchContactFlowsRequest.withInstanceId(String instanceId)
The identifier of the Amazon Connect instance.
|
SearchContactFlowsRequest |
SearchContactFlowsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return per page.
|
SearchContactFlowsRequest |
SearchContactFlowsRequest.withNextToken(String nextToken)
The token for the next set of results.
|
SearchContactFlowsRequest |
SearchContactFlowsRequest.withSearchCriteria(ContactFlowSearchCriteria searchCriteria)
The search criteria to be used to return flows.
|
SearchContactFlowsRequest |
SearchContactFlowsRequest.withSearchFilter(ContactFlowSearchFilter searchFilter)
Filters to be applied to search results.
|
Copyright © 2024. All rights reserved.