Uses of Class
software.amazon.awssdk.services.neptunegraph.model.ListPrivateGraphEndpointsResponse
-
Packages that use ListPrivateGraphEndpointsResponse 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 -
-
Uses of ListPrivateGraphEndpointsResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return ListPrivateGraphEndpointsResponse Modifier and Type Method Description default ListPrivateGraphEndpointsResponseNeptuneGraphClient. listPrivateGraphEndpoints(Consumer<ListPrivateGraphEndpointsRequest.Builder> listPrivateGraphEndpointsRequest)Lists private endpoints for a specified Neptune Analytics graph.default ListPrivateGraphEndpointsResponseNeptuneGraphClient. listPrivateGraphEndpoints(ListPrivateGraphEndpointsRequest listPrivateGraphEndpointsRequest)Lists private endpoints for a specified Neptune Analytics graph.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type ListPrivateGraphEndpointsResponse Modifier and Type Method Description default CompletableFuture<ListPrivateGraphEndpointsResponse>NeptuneGraphAsyncClient. listPrivateGraphEndpoints(Consumer<ListPrivateGraphEndpointsRequest.Builder> listPrivateGraphEndpointsRequest)Lists private endpoints for a specified Neptune Analytics graph.default CompletableFuture<ListPrivateGraphEndpointsResponse>NeptuneGraphAsyncClient. listPrivateGraphEndpoints(ListPrivateGraphEndpointsRequest listPrivateGraphEndpointsRequest)Lists private endpoints for a specified Neptune Analytics graph. -
Uses of ListPrivateGraphEndpointsResponse in software.amazon.awssdk.services.neptunegraph.paginators
Methods in software.amazon.awssdk.services.neptunegraph.paginators that return types with arguments of type ListPrivateGraphEndpointsResponse Modifier and Type Method Description Iterator<ListPrivateGraphEndpointsResponse>ListPrivateGraphEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.neptunegraph.paginators with type arguments of type ListPrivateGraphEndpointsResponse Modifier and Type Method Description voidListPrivateGraphEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListPrivateGraphEndpointsResponse> subscriber)
-