Uses of Class
software.amazon.awssdk.services.kendra.model.TimeRange
-
Packages that use TimeRange Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of TimeRange in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return TimeRange Modifier and Type Method Description TimeRangeGetSnapshotsResponse. snapShotTimeFilter()The Unix timestamp for the beginning and end of the time window for the search metrics data.TimeRangeListDataSourceSyncJobsRequest. startTimeFilter()When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.Methods in software.amazon.awssdk.services.kendra.model with parameters of type TimeRange Modifier and Type Method Description GetSnapshotsResponse.BuilderGetSnapshotsResponse.Builder. snapShotTimeFilter(TimeRange snapShotTimeFilter)The Unix timestamp for the beginning and end of the time window for the search metrics data.ListDataSourceSyncJobsRequest.BuilderListDataSourceSyncJobsRequest.Builder. startTimeFilter(TimeRange startTimeFilter)When specified, the synchronization jobs returned in the list are limited to jobs between the specified dates.
-