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