Uses of Class
software.amazon.awssdk.services.kendra.model.GetSnapshotsResponse
-
Packages that use GetSnapshotsResponse Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators -
-
Uses of GetSnapshotsResponse in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra that return GetSnapshotsResponse Modifier and Type Method Description default GetSnapshotsResponseKendraClient. getSnapshots(Consumer<GetSnapshotsRequest.Builder> getSnapshotsRequest)Retrieves search metrics data.default GetSnapshotsResponseKendraClient. getSnapshots(GetSnapshotsRequest getSnapshotsRequest)Retrieves search metrics data.Methods in software.amazon.awssdk.services.kendra that return types with arguments of type GetSnapshotsResponse Modifier and Type Method 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. -
Uses of GetSnapshotsResponse in software.amazon.awssdk.services.kendra.paginators
Methods in software.amazon.awssdk.services.kendra.paginators that return types with arguments of type GetSnapshotsResponse Modifier and Type Method Description Iterator<GetSnapshotsResponse>GetSnapshotsIterable. iterator()Method parameters in software.amazon.awssdk.services.kendra.paginators with type arguments of type GetSnapshotsResponse Modifier and Type Method Description voidGetSnapshotsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSnapshotsResponse> subscriber)
-