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 new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.model -
-
Uses of ListGraphSnapshotsRequest.Builder in software.amazon.awssdk.services.neptunegraph
-
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()
-