Uses of Interface
software.amazon.awssdk.services.neptunedata.model.ManagePropertygraphStatisticsRequest.Builder
-
Packages that use ManagePropertygraphStatisticsRequest.Builder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.model -
-
Uses of ManagePropertygraphStatisticsRequest.Builder in software.amazon.awssdk.services.neptunedata
Method parameters in software.amazon.awssdk.services.neptunedata with type arguments of type ManagePropertygraphStatisticsRequest.Builder Modifier and Type Method Description default CompletableFuture<ManagePropertygraphStatisticsResponse>NeptunedataAsyncClient. managePropertygraphStatistics(Consumer<ManagePropertygraphStatisticsRequest.Builder> managePropertygraphStatisticsRequest)Manages the generation and use of property graph statistics.default ManagePropertygraphStatisticsResponseNeptunedataClient. managePropertygraphStatistics(Consumer<ManagePropertygraphStatisticsRequest.Builder> managePropertygraphStatisticsRequest)Manages the generation and use of property graph statistics. -
Uses of ManagePropertygraphStatisticsRequest.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return ManagePropertygraphStatisticsRequest.Builder Modifier and Type Method Description static ManagePropertygraphStatisticsRequest.BuilderManagePropertygraphStatisticsRequest. builder()ManagePropertygraphStatisticsRequest.BuilderManagePropertygraphStatisticsRequest.Builder. mode(String mode)The statistics generation mode.ManagePropertygraphStatisticsRequest.BuilderManagePropertygraphStatisticsRequest.Builder. mode(StatisticsAutoGenerationMode mode)The statistics generation mode.ManagePropertygraphStatisticsRequest.BuilderManagePropertygraphStatisticsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ManagePropertygraphStatisticsRequest.BuilderManagePropertygraphStatisticsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ManagePropertygraphStatisticsRequest.BuilderManagePropertygraphStatisticsRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type ManagePropertygraphStatisticsRequest.Builder Modifier and Type Method Description static Class<? extends ManagePropertygraphStatisticsRequest.Builder>ManagePropertygraphStatisticsRequest. serializableBuilderClass()
-