Uses of Class
software.amazon.awssdk.services.neptunedata.model.DeletePropertygraphStatisticsResponse
-
Packages that use DeletePropertygraphStatisticsResponse Package Description software.amazon.awssdk.services.neptunedata Neptune Data API -
-
Uses of DeletePropertygraphStatisticsResponse in software.amazon.awssdk.services.neptunedata
Methods in software.amazon.awssdk.services.neptunedata that return DeletePropertygraphStatisticsResponse Modifier and Type Method Description default DeletePropertygraphStatisticsResponseNeptunedataClient. deletePropertygraphStatistics(Consumer<DeletePropertygraphStatisticsRequest.Builder> deletePropertygraphStatisticsRequest)Deletes statistics for Gremlin and openCypher (property graph) data.default DeletePropertygraphStatisticsResponseNeptunedataClient. deletePropertygraphStatistics(DeletePropertygraphStatisticsRequest deletePropertygraphStatisticsRequest)Deletes statistics for Gremlin and openCypher (property graph) data.Methods in software.amazon.awssdk.services.neptunedata that return types with arguments of type DeletePropertygraphStatisticsResponse Modifier and Type Method Description default CompletableFuture<DeletePropertygraphStatisticsResponse>NeptunedataAsyncClient. deletePropertygraphStatistics(Consumer<DeletePropertygraphStatisticsRequest.Builder> deletePropertygraphStatisticsRequest)Deletes statistics for Gremlin and openCypher (property graph) data.default CompletableFuture<DeletePropertygraphStatisticsResponse>NeptunedataAsyncClient. deletePropertygraphStatistics(DeletePropertygraphStatisticsRequest deletePropertygraphStatisticsRequest)Deletes statistics for Gremlin and openCypher (property graph) data.
-