Uses of Class
software.amazon.awssdk.services.neptunegraph.model.CreatePrivateGraphEndpointResponse
-
Packages that use CreatePrivateGraphEndpointResponse 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. -
-
Uses of CreatePrivateGraphEndpointResponse in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return CreatePrivateGraphEndpointResponse Modifier and Type Method Description default CreatePrivateGraphEndpointResponseNeptuneGraphClient. createPrivateGraphEndpoint(Consumer<CreatePrivateGraphEndpointRequest.Builder> createPrivateGraphEndpointRequest)Create a private graph endpoint to allow private access from to the graph from within a VPC.default CreatePrivateGraphEndpointResponseNeptuneGraphClient. createPrivateGraphEndpoint(CreatePrivateGraphEndpointRequest createPrivateGraphEndpointRequest)Create a private graph endpoint to allow private access from to the graph from within a VPC.Methods in software.amazon.awssdk.services.neptunegraph that return types with arguments of type CreatePrivateGraphEndpointResponse Modifier and Type Method Description default CompletableFuture<CreatePrivateGraphEndpointResponse>NeptuneGraphAsyncClient. createPrivateGraphEndpoint(Consumer<CreatePrivateGraphEndpointRequest.Builder> createPrivateGraphEndpointRequest)Create a private graph endpoint to allow private access from to the graph from within a VPC.default CompletableFuture<CreatePrivateGraphEndpointResponse>NeptuneGraphAsyncClient. createPrivateGraphEndpoint(CreatePrivateGraphEndpointRequest createPrivateGraphEndpointRequest)Create a private graph endpoint to allow private access from to the graph from within a VPC.
-