| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| software.amazon.awssdk.services.kendra.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetSnapshotsResponse |
KendraClient.getSnapshots(Consumer<GetSnapshotsRequest.Builder> getSnapshotsRequest)
Retrieves search metrics data.
|
default GetSnapshotsResponse |
KendraClient.getSnapshots(GetSnapshotsRequest getSnapshotsRequest)
Retrieves search metrics data.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSnapshotsResponse> |
KendraAsyncClient.getSnapshots(Consumer<GetSnapshotsRequest.Builder> getSnapshotsRequest)
Retrieves search metrics data.
|
default CompletableFuture<GetSnapshotsResponse> |
KendraAsyncClient.getSnapshots(GetSnapshotsRequest getSnapshotsRequest)
Retrieves search metrics data.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetSnapshotsResponse> |
GetSnapshotsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSnapshotsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetSnapshotsResponse> subscriber) |
Copyright © 2023. All rights reserved.