| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSnapshotsResult> |
AbstractAWSkendraAsync.getSnapshotsAsync(GetSnapshotsRequest request,
AsyncHandler<GetSnapshotsRequest,GetSnapshotsResult> asyncHandler) |
Future<GetSnapshotsResult> |
AWSkendraAsync.getSnapshotsAsync(GetSnapshotsRequest getSnapshotsRequest,
AsyncHandler<GetSnapshotsRequest,GetSnapshotsResult> asyncHandler)
Retrieves search metrics data.
|
Future<GetSnapshotsResult> |
AWSkendraAsyncClient.getSnapshotsAsync(GetSnapshotsRequest request,
AsyncHandler<GetSnapshotsRequest,GetSnapshotsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotsRequest |
GetSnapshotsRequest.clone() |
GetSnapshotsRequest |
GetSnapshotsRequest.withIndexId(String indexId)
The identifier of the index to get search metrics data.
|
GetSnapshotsRequest |
GetSnapshotsRequest.withInterval(Interval interval)
The time interval or time window to get search metrics data.
|
GetSnapshotsRequest |
GetSnapshotsRequest.withInterval(String interval)
The time interval or time window to get search metrics data.
|
GetSnapshotsRequest |
GetSnapshotsRequest.withMaxResults(Integer maxResults)
The maximum number of returned data for the metric.
|
GetSnapshotsRequest |
GetSnapshotsRequest.withMetricType(MetricType metricType)
The metric you want to retrieve.
|
GetSnapshotsRequest |
GetSnapshotsRequest.withMetricType(String metricType)
The metric you want to retrieve.
|
GetSnapshotsRequest |
GetSnapshotsRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a
pagination token in the response.
|
Copyright © 2022. All rights reserved.