Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GetGraphSnapshotResponse
-
Packages that use GetGraphSnapshotResponse Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type. -
-
Uses of GetGraphSnapshotResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return GetGraphSnapshotResponse Modifier and Type Method Description default GetGraphSnapshotResponseNeptuneGraphClient. getGraphSnapshot(Consumer<GetGraphSnapshotRequest.Builder> getGraphSnapshotRequest)Retrieves a specified graph snapshot.default GetGraphSnapshotResponseNeptuneGraphClient. getGraphSnapshot(GetGraphSnapshotRequest getGraphSnapshotRequest)Retrieves a specified graph snapshot.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type GetGraphSnapshotResponse Modifier and Type Method Description default CompletableFuture<GetGraphSnapshotResponse>NeptuneGraphAsyncClient. getGraphSnapshot(Consumer<GetGraphSnapshotRequest.Builder> getGraphSnapshotRequest)Retrieves a specified graph snapshot.default CompletableFuture<GetGraphSnapshotResponse>NeptuneGraphAsyncClient. getGraphSnapshot(GetGraphSnapshotRequest getGraphSnapshotRequest)Retrieves a specified graph snapshot.
-