Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GetGraphResponse
-
Packages that use GetGraphResponse 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 GetGraphResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return GetGraphResponse Modifier and Type Method Description default GetGraphResponseNeptuneGraphClient. getGraph(Consumer<GetGraphRequest.Builder> getGraphRequest)Gets information about a specified graph.default GetGraphResponseNeptuneGraphClient. getGraph(GetGraphRequest getGraphRequest)Gets information about a specified graph.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type GetGraphResponse Modifier and Type Method Description default CompletableFuture<GetGraphResponse>NeptuneGraphAsyncClient. getGraph(Consumer<GetGraphRequest.Builder> getGraphRequest)Gets information about a specified graph.default CompletableFuture<GetGraphResponse>NeptuneGraphAsyncClient. getGraph(GetGraphRequest getGraphRequest)Gets information about a specified graph.
-