| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
SearchContactsTimeRange |
SearchContactsTimeRange.clone() |
SearchContactsTimeRange |
SearchContactsRequest.getTimeRange()
Time range that you want to search results.
|
SearchContactsTimeRange |
SearchContactsTimeRange.withEndTime(Date endTime)
The end time of the time range.
|
SearchContactsTimeRange |
SearchContactsTimeRange.withStartTime(Date startTime)
The start time of the time range.
|
SearchContactsTimeRange |
SearchContactsTimeRange.withType(SearchContactsTimeRangeType type)
The type of timestamp to search.
|
SearchContactsTimeRange |
SearchContactsTimeRange.withType(String type)
The type of timestamp to search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContactsRequest.setTimeRange(SearchContactsTimeRange timeRange)
Time range that you want to search results.
|
SearchContactsRequest |
SearchContactsRequest.withTimeRange(SearchContactsTimeRange timeRange)
Time range that you want to search results.
|
Copyright © 2024. All rights reserved.