Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ResetGraphResponse
-
Packages that use ResetGraphResponse 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. -
-
Uses of ResetGraphResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return ResetGraphResponse Modifier and Type Method Description default ResetGraphResponseNeptuneGraphClient. resetGraph(Consumer<ResetGraphRequest.Builder> resetGraphRequest)Empties the data from a specified Neptune Analytics graph.default ResetGraphResponseNeptuneGraphClient. resetGraph(ResetGraphRequest resetGraphRequest)Empties the data from a specified Neptune Analytics graph.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type ResetGraphResponse Modifier and Type Method Description default CompletableFuture<ResetGraphResponse>NeptuneGraphAsyncClient. resetGraph(Consumer<ResetGraphRequest.Builder> resetGraphRequest)Empties the data from a specified Neptune Analytics graph.default CompletableFuture<ResetGraphResponse>NeptuneGraphAsyncClient. resetGraph(ResetGraphRequest resetGraphRequest)Empties the data from a specified Neptune Analytics graph.
-