Uses of Class
software.amazon.awssdk.services.neptunegraph.model.CreatePrivateGraphEndpointRequest
-
Packages that use CreatePrivateGraphEndpointRequest 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.transform -
-
Uses of CreatePrivateGraphEndpointRequest in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph with parameters of type CreatePrivateGraphEndpointRequest Modifier and Type Method Description default CompletableFuture<CreatePrivateGraphEndpointResponse>NeptuneGraphAsyncClient. createPrivateGraphEndpoint(CreatePrivateGraphEndpointRequest 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. -
Uses of CreatePrivateGraphEndpointRequest in software.amazon.awssdk.services.neptunegraph.transform
Methods in software.amazon.awssdk.services.neptunegraph.transform with parameters of type CreatePrivateGraphEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreatePrivateGraphEndpointRequestMarshaller. marshall(CreatePrivateGraphEndpointRequest createPrivateGraphEndpointRequest)
-