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