Uses of Class
software.amazon.awssdk.services.neptunegraph.paginators.ListGraphSnapshotsIterable
-
Packages that use ListGraphSnapshotsIterable 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 ListGraphSnapshotsIterable in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return ListGraphSnapshotsIterable Modifier and Type Method Description default ListGraphSnapshotsIterableNeptuneGraphClient. listGraphSnapshotsPaginator(Consumer<ListGraphSnapshotsRequest.Builder> listGraphSnapshotsRequest)This is a variant ofNeptuneGraphClient.listGraphSnapshots(software.amazon.awssdk.services.neptunegraph.model.ListGraphSnapshotsRequest)operation.default ListGraphSnapshotsIterableNeptuneGraphClient. listGraphSnapshotsPaginator(ListGraphSnapshotsRequest listGraphSnapshotsRequest)This is a variant ofNeptuneGraphClient.listGraphSnapshots(software.amazon.awssdk.services.neptunegraph.model.ListGraphSnapshotsRequest)operation.
-