Uses of Class
software.amazon.awssdk.services.neptunegraph.model.GetPrivateGraphEndpointResponse
-
Packages that use GetPrivateGraphEndpointResponse 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. -
-
Uses of GetPrivateGraphEndpointResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return GetPrivateGraphEndpointResponse Modifier and Type Method Description default GetPrivateGraphEndpointResponseNeptuneGraphClient. getPrivateGraphEndpoint(Consumer<GetPrivateGraphEndpointRequest.Builder> getPrivateGraphEndpointRequest)Retrieves information about a specified private endpoint.default GetPrivateGraphEndpointResponseNeptuneGraphClient. getPrivateGraphEndpoint(GetPrivateGraphEndpointRequest getPrivateGraphEndpointRequest)Retrieves information about a specified private endpoint.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type GetPrivateGraphEndpointResponse Modifier and Type Method Description default CompletableFuture<GetPrivateGraphEndpointResponse>NeptuneGraphAsyncClient. getPrivateGraphEndpoint(Consumer<GetPrivateGraphEndpointRequest.Builder> getPrivateGraphEndpointRequest)Retrieves information about a specified private endpoint.default CompletableFuture<GetPrivateGraphEndpointResponse>NeptuneGraphAsyncClient. getPrivateGraphEndpoint(GetPrivateGraphEndpointRequest getPrivateGraphEndpointRequest)Retrieves information about a specified private endpoint.
-