Uses of Class
software.amazon.awssdk.services.neptunedata.model.ManagePropertygraphStatisticsResponse
-
Packages that use ManagePropertygraphStatisticsResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of ManagePropertygraphStatisticsResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return ManagePropertygraphStatisticsResponse Modifier and Type Method Description default ManagePropertygraphStatisticsResponseNeptunedataClient. managePropertygraphStatistics(Consumer<ManagePropertygraphStatisticsRequest.Builder> managePropertygraphStatisticsRequest)Manages the generation and use of property graph statistics.default ManagePropertygraphStatisticsResponseNeptunedataClient. managePropertygraphStatistics(ManagePropertygraphStatisticsRequest managePropertygraphStatisticsRequest)Manages the generation and use of property graph statistics.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type ManagePropertygraphStatisticsResponse Modifier and Type Method Description default CompletableFuture<ManagePropertygraphStatisticsResponse>NeptunedataAsyncClient. managePropertygraphStatistics(Consumer<ManagePropertygraphStatisticsRequest.Builder> managePropertygraphStatisticsRequest)Manages the generation and use of property graph statistics.default CompletableFuture<ManagePropertygraphStatisticsResponse>NeptunedataAsyncClient. managePropertygraphStatistics(ManagePropertygraphStatisticsRequest managePropertygraphStatisticsRequest)Manages the generation and use of property graph statistics.
-