| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
TimeRange |
TimeRange.clone() |
TimeRange |
GetSnapshotsResult.getSnapShotTimeFilter()
The Unix timestamp for the beginning and end of the time window for the search metrics data.
|
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 timestamp for the end of the time range.
|
TimeRange |
TimeRange.withStartTime(Date startTime)
The Unix timestamp for the beginning of the time range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSnapshotsResult.setSnapShotTimeFilter(TimeRange snapShotTimeFilter)
The Unix timestamp for the beginning and end of the time window for the search metrics data.
|
void |
ListDataSourceSyncJobsRequest.setStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
GetSnapshotsResult |
GetSnapshotsResult.withSnapShotTimeFilter(TimeRange snapShotTimeFilter)
The Unix timestamp for the beginning and end of the time window for the search metrics data.
|
ListDataSourceSyncJobsRequest |
ListDataSourceSyncJobsRequest.withStartTimeFilter(TimeRange startTimeFilter)
When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
|
Copyright © 2025. All rights reserved.