Uses of Interface
software.amazon.awssdk.services.neptunegraph.model.ResetGraphRequest.Builder
-
Packages that use ResetGraphRequest.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 ResetGraphRequest.Builder in software.amazon.awssdk.services.neptunegraph
Method parameters in software.amazon.awssdk.services.neptunegraph with type arguments of type ResetGraphRequest.Builder Modifier and Type Method Description default CompletableFuture<ResetGraphResponse>NeptuneGraphAsyncClient. resetGraph(Consumer<ResetGraphRequest.Builder> resetGraphRequest)Empties the data from a specified Neptune Analytics graph.default ResetGraphResponseNeptuneGraphClient. resetGraph(Consumer<ResetGraphRequest.Builder> resetGraphRequest)Empties the data from a specified Neptune Analytics graph. -
Uses of ResetGraphRequest.Builder in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return ResetGraphRequest.Builder Modifier and Type Method Description static ResetGraphRequest.BuilderResetGraphRequest. builder()ResetGraphRequest.BuilderResetGraphRequest.Builder. graphIdentifier(String graphIdentifier)ID of the graph to reset.ResetGraphRequest.BuilderResetGraphRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ResetGraphRequest.BuilderResetGraphRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ResetGraphRequest.BuilderResetGraphRequest.Builder. skipSnapshot(Boolean skipSnapshot)Determines whether a final graph snapshot is created before the graph data is deleted.ResetGraphRequest.BuilderResetGraphRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunegraph.model that return types with arguments of type ResetGraphRequest.Builder Modifier and Type Method Description static Class<? extends ResetGraphRequest.Builder>ResetGraphRequest. serializableBuilderClass()
-