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