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 serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type.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)
-