Uses of Class
software.amazon.awssdk.services.neptunegraph.model.DeleteGraphResponse
-
Packages that use DeleteGraphResponse 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. -
-
Uses of DeleteGraphResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return DeleteGraphResponse Modifier and Type Method Description default DeleteGraphResponseNeptuneGraphClient. deleteGraph(Consumer<DeleteGraphRequest.Builder> deleteGraphRequest)Deletes the specified graph.default DeleteGraphResponseNeptuneGraphClient. deleteGraph(DeleteGraphRequest deleteGraphRequest)Deletes the specified graph.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type DeleteGraphResponse Modifier and Type Method Description default CompletableFuture<DeleteGraphResponse>NeptuneGraphAsyncClient. deleteGraph(Consumer<DeleteGraphRequest.Builder> deleteGraphRequest)Deletes the specified graph.default CompletableFuture<DeleteGraphResponse>NeptuneGraphAsyncClient. deleteGraph(DeleteGraphRequest deleteGraphRequest)Deletes the specified graph.
-