| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
TimeRange |
TimeRange.clone() |
TimeRange |
ListDataSourceSyncJobsRequest.getStartTimeFilter()
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
TimeRange |
TimeRange.withEndTime(Date endTime)
The UNIX datetime of the end of the time range.
|
TimeRange |
TimeRange.withStartTime(Date startTime)
The UNIX datetime of the beginning of the time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDataSourceSyncJobsRequest.setStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
ListDataSourceSyncJobsRequest |
ListDataSourceSyncJobsRequest.withStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
Copyright © 2021. All rights reserved.