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