Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ListGraphsResponse
-
Packages that use ListGraphsResponse Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.paginators -
-
Uses of ListGraphsResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return ListGraphsResponse Modifier and Type Method Description default ListGraphsResponseNeptuneGraphClient. listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)Lists available Neptune Analytics graphs.default ListGraphsResponseNeptuneGraphClient. listGraphs(ListGraphsRequest listGraphsRequest)Lists available Neptune Analytics graphs.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type ListGraphsResponse Modifier and Type Method Description default CompletableFuture<ListGraphsResponse>NeptuneGraphAsyncClient. listGraphs(Consumer<ListGraphsRequest.Builder> listGraphsRequest)Lists available Neptune Analytics graphs.default CompletableFuture<ListGraphsResponse>NeptuneGraphAsyncClient. listGraphs(ListGraphsRequest listGraphsRequest)Lists available Neptune Analytics graphs. -
Uses of ListGraphsResponse in software.amazon.awssdk.services.neptunegraph.paginators
Methods in software.amazon.awssdk.services.neptunegraph.paginators that return types with arguments of type ListGraphsResponse Modifier and Type Method Description Iterator<ListGraphsResponse>ListGraphsIterable. iterator()Method parameters in software.amazon.awssdk.services.neptunegraph.paginators with type arguments of type ListGraphsResponse Modifier and Type Method Description voidListGraphsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGraphsResponse> subscriber)
-