Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ListPrivateGraphEndpointsRequest
-
Packages that use ListPrivateGraphEndpointsRequest 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 ListPrivateGraphEndpointsRequest in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph with parameters of type ListPrivateGraphEndpointsRequest Modifier and Type Method Description default CompletableFuture<ListPrivateGraphEndpointsResponse>NeptuneGraphAsyncClient. listPrivateGraphEndpoints(ListPrivateGraphEndpointsRequest listPrivateGraphEndpointsRequest)Lists private endpoints for a specified Neptune Analytics graph.default ListPrivateGraphEndpointsResponseNeptuneGraphClient. listPrivateGraphEndpoints(ListPrivateGraphEndpointsRequest listPrivateGraphEndpointsRequest)Lists private endpoints for a specified Neptune Analytics graph.default ListPrivateGraphEndpointsPublisherNeptuneGraphAsyncClient. listPrivateGraphEndpointsPaginator(ListPrivateGraphEndpointsRequest listPrivateGraphEndpointsRequest)default ListPrivateGraphEndpointsIterableNeptuneGraphClient. listPrivateGraphEndpointsPaginator(ListPrivateGraphEndpointsRequest listPrivateGraphEndpointsRequest) -
Uses of ListPrivateGraphEndpointsRequest in software.amazon.awssdk.services.neptunegraph.paginators
Constructors in software.amazon.awssdk.services.neptunegraph.paginators with parameters of type ListPrivateGraphEndpointsRequest Constructor Description ListPrivateGraphEndpointsIterable(NeptuneGraphClient client, ListPrivateGraphEndpointsRequest firstRequest)ListPrivateGraphEndpointsPublisher(NeptuneGraphAsyncClient client, ListPrivateGraphEndpointsRequest firstRequest) -
Uses of ListPrivateGraphEndpointsRequest in software.amazon.awssdk.services.neptunegraph.transform
Methods in software.amazon.awssdk.services.neptunegraph.transform with parameters of type ListPrivateGraphEndpointsRequest Modifier and Type Method Description SdkHttpFullRequestListPrivateGraphEndpointsRequestMarshaller. marshall(ListPrivateGraphEndpointsRequest listPrivateGraphEndpointsRequest)
-