Uses of Interface
software.amazon.awssdk.services.neptunedata.model.GetSparqlStatisticsRequest.Builder
-
Packages that use GetSparqlStatisticsRequest.Builder Package Description software.amazon.awssdk.services.neptunedata Neptune Data API software.amazon.awssdk.services.neptunedata.model -
-
Uses of GetSparqlStatisticsRequest.Builder in software.amazon.awssdk.services.neptunedata
Method parameters in software.amazon.awssdk.services.neptunedata with type arguments of type GetSparqlStatisticsRequest.Builder Modifier and Type Method Description default CompletableFuture<GetSparqlStatisticsResponse>NeptunedataAsyncClient. getSparqlStatistics(Consumer<GetSparqlStatisticsRequest.Builder> getSparqlStatisticsRequest)Gets RDF statistics (SPARQL).default GetSparqlStatisticsResponseNeptunedataClient. getSparqlStatistics(Consumer<GetSparqlStatisticsRequest.Builder> getSparqlStatisticsRequest)Gets RDF statistics (SPARQL). -
Uses of GetSparqlStatisticsRequest.Builder in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return GetSparqlStatisticsRequest.Builder Modifier and Type Method Description static GetSparqlStatisticsRequest.BuilderGetSparqlStatisticsRequest. builder()GetSparqlStatisticsRequest.BuilderGetSparqlStatisticsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSparqlStatisticsRequest.BuilderGetSparqlStatisticsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSparqlStatisticsRequest.BuilderGetSparqlStatisticsRequest. toBuilder()Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type GetSparqlStatisticsRequest.Builder Modifier and Type Method Description static Class<? extends GetSparqlStatisticsRequest.Builder>GetSparqlStatisticsRequest. serializableBuilderClass()
-