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)This is a variant ofNeptuneGraphClient.listGraphs(software.amazon.awssdk.services.neptunegraph.model.ListGraphsRequest)operation.default ListGraphsIterableNeptuneGraphClient. listGraphsPaginator(ListGraphsRequest listGraphsRequest)This is a variant ofNeptuneGraphClient.listGraphs(software.amazon.awssdk.services.neptunegraph.model.ListGraphsRequest)operation.
-