Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GraphSnapshotSummary
-
Packages that use GraphSnapshotSummary Package Description software.amazon.awssdk.services.neptunegraph.model software.amazon.awssdk.services.neptunegraph.paginators -
-
Uses of GraphSnapshotSummary in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type GraphSnapshotSummary Modifier and Type Method Description List<GraphSnapshotSummary>ListGraphSnapshotsResponse. graphSnapshots()The requested list of snapshots.Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type GraphSnapshotSummary Modifier and Type Method Description ListGraphSnapshotsResponse.BuilderListGraphSnapshotsResponse.Builder. graphSnapshots(GraphSnapshotSummary... graphSnapshots)The requested list of snapshots.Method parameters in software.amazon.awssdk.services.neptunegraph.model with type arguments of type GraphSnapshotSummary Modifier and Type Method Description ListGraphSnapshotsResponse.BuilderListGraphSnapshotsResponse.Builder. graphSnapshots(Collection<GraphSnapshotSummary> graphSnapshots)The requested list of snapshots. -
Uses of GraphSnapshotSummary in software.amazon.awssdk.services.neptunegraph.paginators
Methods in software.amazon.awssdk.services.neptunegraph.paginators that return types with arguments of type GraphSnapshotSummary Modifier and Type Method Description SdkIterable<GraphSnapshotSummary>ListGraphSnapshotsIterable. graphSnapshots()Returns an iterable to iterate through the paginatedListGraphSnapshotsResponse.graphSnapshots()member.SdkPublisher<GraphSnapshotSummary>ListGraphSnapshotsPublisher. graphSnapshots()Returns a publisher that can be used to get a stream of data.
-