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