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 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 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)
-