Uses of Class
software.amazon.awssdk.services.kendra.model.GetSnapshotsRequest
-
Packages that use GetSnapshotsRequest Package Description software.amazon.awssdk.services.kendra Amazon Kendra is a service for indexing large document sets.software.amazon.awssdk.services.kendra.paginators software.amazon.awssdk.services.kendra.transform -
-
Uses of GetSnapshotsRequest in software.amazon.awssdk.services.kendra
Methods in software.amazon.awssdk.services.kendra with parameters of type GetSnapshotsRequest Modifier and Type Method Description default CompletableFuture<GetSnapshotsResponse>KendraAsyncClient. getSnapshots(GetSnapshotsRequest getSnapshotsRequest)Retrieves search metrics data.default GetSnapshotsResponseKendraClient. getSnapshots(GetSnapshotsRequest getSnapshotsRequest)Retrieves search metrics data.default GetSnapshotsPublisherKendraAsyncClient. getSnapshotsPaginator(GetSnapshotsRequest getSnapshotsRequest)This is a variant ofKendraAsyncClient.getSnapshots(software.amazon.awssdk.services.kendra.model.GetSnapshotsRequest)operation.default GetSnapshotsIterableKendraClient. getSnapshotsPaginator(GetSnapshotsRequest getSnapshotsRequest)This is a variant ofKendraClient.getSnapshots(software.amazon.awssdk.services.kendra.model.GetSnapshotsRequest)operation. -
Uses of GetSnapshotsRequest in software.amazon.awssdk.services.kendra.paginators
Constructors in software.amazon.awssdk.services.kendra.paginators with parameters of type GetSnapshotsRequest Constructor Description GetSnapshotsIterable(KendraClient client, GetSnapshotsRequest firstRequest)GetSnapshotsPublisher(KendraAsyncClient client, GetSnapshotsRequest firstRequest) -
Uses of GetSnapshotsRequest in software.amazon.awssdk.services.kendra.transform
Methods in software.amazon.awssdk.services.kendra.transform with parameters of type GetSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestGetSnapshotsRequestMarshaller. marshall(GetSnapshotsRequest getSnapshotsRequest)
-