Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ListGraphsRequest
-
Packages that use ListGraphsRequest 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 software.amazon.awssdk.services.neptunegraph.transform -
-
Uses of ListGraphsRequest in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph with parameters of type ListGraphsRequest Modifier and Type Method Description default CompletableFuture<ListGraphsResponse>NeptuneGraphAsyncClient. listGraphs(ListGraphsRequest listGraphsRequest)Lists available Neptune Analytics graphs.default ListGraphsResponseNeptuneGraphClient. listGraphs(ListGraphsRequest listGraphsRequest)Lists available Neptune Analytics graphs.default ListGraphsPublisherNeptuneGraphAsyncClient. listGraphsPaginator(ListGraphsRequest listGraphsRequest)This is a variant ofNeptuneGraphAsyncClient.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. -
Uses of ListGraphsRequest in software.amazon.awssdk.services.neptunegraph.paginators
Constructors in software.amazon.awssdk.services.neptunegraph.paginators with parameters of type ListGraphsRequest Constructor Description ListGraphsIterable(NeptuneGraphClient client, ListGraphsRequest firstRequest)ListGraphsPublisher(NeptuneGraphAsyncClient client, ListGraphsRequest firstRequest) -
Uses of ListGraphsRequest in software.amazon.awssdk.services.neptunegraph.transform
Methods in software.amazon.awssdk.services.neptunegraph.transform with parameters of type ListGraphsRequest Modifier and Type Method Description SdkHttpFullRequestListGraphsRequestMarshaller. marshall(ListGraphsRequest listGraphsRequest)
-