Uses of Class
software.amazon.awssdk.services.neptunedata.model.GetPropertygraphStatisticsResponse
-
Packages that use GetPropertygraphStatisticsResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of GetPropertygraphStatisticsResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return GetPropertygraphStatisticsResponse Modifier and Type Method Description default GetPropertygraphStatisticsResponseNeptunedataClient. getPropertygraphStatistics(Consumer<GetPropertygraphStatisticsRequest.Builder> getPropertygraphStatisticsRequest)Gets property graph statistics (Gremlin and openCypher).default GetPropertygraphStatisticsResponseNeptunedataClient. getPropertygraphStatistics(GetPropertygraphStatisticsRequest getPropertygraphStatisticsRequest)Gets property graph statistics (Gremlin and openCypher).Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type GetPropertygraphStatisticsResponse Modifier and Type Method Description default CompletableFuture<GetPropertygraphStatisticsResponse>NeptunedataAsyncClient. getPropertygraphStatistics(Consumer<GetPropertygraphStatisticsRequest.Builder> getPropertygraphStatisticsRequest)Gets property graph statistics (Gremlin and openCypher).default CompletableFuture<GetPropertygraphStatisticsResponse>NeptunedataAsyncClient. getPropertygraphStatistics(GetPropertygraphStatisticsRequest getPropertygraphStatisticsRequest)Gets property graph statistics (Gremlin and openCypher).
-