Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ListGraphSnapshotsRequest
-
Packages that use ListGraphSnapshotsRequest 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.software.amazon.awssdk.services.neptunegraph.paginators software.amazon.awssdk.services.neptunegraph.transform -
-
Uses of ListGraphSnapshotsRequest in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph with parameters of type ListGraphSnapshotsRequest Modifier and Type Method Description default CompletableFuture<ListGraphSnapshotsResponse>NeptuneGraphAsyncClient. listGraphSnapshots(ListGraphSnapshotsRequest listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.default ListGraphSnapshotsResponseNeptuneGraphClient. listGraphSnapshots(ListGraphSnapshotsRequest listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.default ListGraphSnapshotsPublisherNeptuneGraphAsyncClient. listGraphSnapshotsPaginator(ListGraphSnapshotsRequest listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.default ListGraphSnapshotsIterableNeptuneGraphClient. listGraphSnapshotsPaginator(ListGraphSnapshotsRequest listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph. -
Uses of ListGraphSnapshotsRequest in software.amazon.awssdk.services.neptunegraph.paginators
Constructors in software.amazon.awssdk.services.neptunegraph.paginators with parameters of type ListGraphSnapshotsRequest Constructor Description ListGraphSnapshotsIterable(NeptuneGraphClient client, ListGraphSnapshotsRequest firstRequest)ListGraphSnapshotsPublisher(NeptuneGraphAsyncClient client, ListGraphSnapshotsRequest firstRequest) -
Uses of ListGraphSnapshotsRequest in software.amazon.awssdk.services.neptunegraph.transform
Methods in software.amazon.awssdk.services.neptunegraph.transform with parameters of type ListGraphSnapshotsRequest Modifier and Type Method Description SdkHttpFullRequestListGraphSnapshotsRequestMarshaller. marshall(ListGraphSnapshotsRequest listGraphSnapshotsRequest)
-