Uses of Class
software.amazon.awssdk.services.neptunedata.model.GetPropertygraphSummaryResponse
-
Packages that use GetPropertygraphSummaryResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of GetPropertygraphSummaryResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return GetPropertygraphSummaryResponse Modifier and Type Method Description default GetPropertygraphSummaryResponseNeptunedataClient. getPropertygraphSummary(Consumer<GetPropertygraphSummaryRequest.Builder> getPropertygraphSummaryRequest)Gets a graph summary for a property graph.default GetPropertygraphSummaryResponseNeptunedataClient. getPropertygraphSummary(GetPropertygraphSummaryRequest getPropertygraphSummaryRequest)Gets a graph summary for a property graph.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type GetPropertygraphSummaryResponse Modifier and Type Method Description default CompletableFuture<GetPropertygraphSummaryResponse>NeptunedataAsyncClient. getPropertygraphSummary(Consumer<GetPropertygraphSummaryRequest.Builder> getPropertygraphSummaryRequest)Gets a graph summary for a property graph.default CompletableFuture<GetPropertygraphSummaryResponse>NeptunedataAsyncClient. getPropertygraphSummary(GetPropertygraphSummaryRequest getPropertygraphSummaryRequest)Gets a graph summary for a property graph.
-