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