Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ListGraphSnapshotsResponse
-
Packages that use ListGraphSnapshotsResponse Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.paginators -
-
Uses of ListGraphSnapshotsResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return ListGraphSnapshotsResponse Modifier and Type Method Description default ListGraphSnapshotsResponseNeptuneGraphClient. listGraphSnapshots(Consumer<ListGraphSnapshotsRequest.Builder> listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.default ListGraphSnapshotsResponseNeptuneGraphClient. listGraphSnapshots(ListGraphSnapshotsRequest listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type ListGraphSnapshotsResponse Modifier and Type Method Description default CompletableFuture<ListGraphSnapshotsResponse>NeptuneGraphAsyncClient. listGraphSnapshots(Consumer<ListGraphSnapshotsRequest.Builder> listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.default CompletableFuture<ListGraphSnapshotsResponse>NeptuneGraphAsyncClient. listGraphSnapshots(ListGraphSnapshotsRequest listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph. -
Uses of ListGraphSnapshotsResponse in software.amazon.awssdk.services.neptunegraph.paginators
Methods in software.amazon.awssdk.services.neptunegraph.paginators that return types with arguments of type ListGraphSnapshotsResponse Modifier and Type Method Description Iterator<ListGraphSnapshotsResponse>ListGraphSnapshotsIterable. iterator()Method parameters in software.amazon.awssdk.services.neptunegraph.paginators with type arguments of type ListGraphSnapshotsResponse Modifier and Type Method Description voidListGraphSnapshotsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGraphSnapshotsResponse> subscriber)
-