Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.ListGraphSnapshotsRequest.Builder
-
Packages that use ListGraphSnapshotsRequest.Builder 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.model -
-
Uses of ListGraphSnapshotsRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type ListGraphSnapshotsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListGraphSnapshotsResponse>NeptuneGraphAsyncClient. listGraphSnapshots(Consumer<ListGraphSnapshotsRequest.Builder> listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.default ListGraphSnapshotsResponseNeptuneGraphClient. listGraphSnapshots(Consumer<ListGraphSnapshotsRequest.Builder> listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.default ListGraphSnapshotsPublisherNeptuneGraphAsyncClient. listGraphSnapshotsPaginator(Consumer<ListGraphSnapshotsRequest.Builder> listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph.default ListGraphSnapshotsIterableNeptuneGraphClient. listGraphSnapshotsPaginator(Consumer<ListGraphSnapshotsRequest.Builder> listGraphSnapshotsRequest)Lists available snapshots of a specified Neptune Analytics graph. -
Uses of ListGraphSnapshotsRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ListGraphSnapshotsRequest.Builder Modifier and Type Method Description static ListGraphSnapshotsRequest.BuilderListGraphSnapshotsRequest. builder()ListGraphSnapshotsRequest.BuilderListGraphSnapshotsRequest.Builder. graphIdentifier(String graphIdentifier)The unique identifier of the Neptune Analytics graph.ListGraphSnapshotsRequest.BuilderListGraphSnapshotsRequest.Builder. maxResults(Integer maxResults)The total number of records to return in the command's output.ListGraphSnapshotsRequest.BuilderListGraphSnapshotsRequest.Builder. nextToken(String nextToken)Pagination token used to paginate output.ListGraphSnapshotsRequest.BuilderListGraphSnapshotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGraphSnapshotsRequest.BuilderListGraphSnapshotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListGraphSnapshotsRequest.BuilderListGraphSnapshotsRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ListGraphSnapshotsRequest.Builder Modifier and Type Method Description static Class<? extends ListGraphSnapshotsRequest.Builder>ListGraphSnapshotsRequest. serializableBuilderClass()
-