Uses of Class
software.amazon.awssdk.services.neptunegraph.paginators.ListGraphsIterable
-
Packages that use ListGraphsIterable 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. -
-
Uses of ListGraphsIterable in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return ListGraphsIterable Modifier and Type Method Description default ListGraphsIterableNeptuneGraphClient. listGraphsPaginator(Consumer<ListGraphsRequest.Builder> listGraphsRequest)Lists available Neptune Analytics graphs.default ListGraphsIterableNeptuneGraphClient. listGraphsPaginator(ListGraphsRequest listGraphsRequest)Lists available Neptune Analytics graphs.
-