Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.ListGraphSnapshotsResponse.Builder
-
Packages that use ListGraphSnapshotsResponse.Builder Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ListGraphSnapshotsResponse.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ListGraphSnapshotsResponse.Builder Modifier and Type Method Description static ListGraphSnapshotsResponse.BuilderListGraphSnapshotsResponse. builder()ListGraphSnapshotsResponse.BuilderListGraphSnapshotsResponse.Builder. graphSnapshots(Collection<GraphSnapshotSummary> graphSnapshots)The requested list of snapshots.ListGraphSnapshotsResponse.BuilderListGraphSnapshotsResponse.Builder. graphSnapshots(Consumer<GraphSnapshotSummary.Builder>... graphSnapshots)The requested list of snapshots.ListGraphSnapshotsResponse.BuilderListGraphSnapshotsResponse.Builder. graphSnapshots(GraphSnapshotSummary... graphSnapshots)The requested list of snapshots.ListGraphSnapshotsResponse.BuilderListGraphSnapshotsResponse.Builder. nextToken(String nextToken)Pagination token used to paginate output.ListGraphSnapshotsResponse.BuilderListGraphSnapshotsResponse. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ListGraphSnapshotsResponse.Builder Modifier and Type Method Description static Class<? extends ListGraphSnapshotsResponse.Builder>ListGraphSnapshotsResponse. serializableBuilderClass()
-