default CreateGraphResponse |
NeptuneGraphClient.createGraph(Consumer<CreateGraphRequest.Builder> createGraphRequest) |
Creates a new Neptune Analytics graph.
|
default CreateGraphResponse |
NeptuneGraphClient.createGraph(CreateGraphRequest createGraphRequest) |
Creates a new Neptune Analytics graph.
|
default CreateGraphSnapshotResponse |
NeptuneGraphClient.createGraphSnapshot(Consumer<CreateGraphSnapshotRequest.Builder> createGraphSnapshotRequest) |
Creates a snapshot of the specific graph.
|
default CreateGraphSnapshotResponse |
NeptuneGraphClient.createGraphSnapshot(CreateGraphSnapshotRequest createGraphSnapshotRequest) |
Creates a snapshot of the specific graph.
|
default CreateGraphUsingImportTaskResponse |
NeptuneGraphClient.createGraphUsingImportTask(Consumer<CreateGraphUsingImportTaskRequest.Builder> createGraphUsingImportTaskRequest) |
Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or
from a Neptune database or a Neptune database snapshot.
|
default CreateGraphUsingImportTaskResponse |
NeptuneGraphClient.createGraphUsingImportTask(CreateGraphUsingImportTaskRequest createGraphUsingImportTaskRequest) |
Creates a new Neptune Analytics graph and imports data into it, either from Amazon Simple Storage Service (S3) or
from a Neptune database or a Neptune database snapshot.
|
default CreatePrivateGraphEndpointResponse |
NeptuneGraphClient.createPrivateGraphEndpoint(Consumer<CreatePrivateGraphEndpointRequest.Builder> createPrivateGraphEndpointRequest) |
Create a private graph endpoint to allow private access from to the graph from within a VPC.
|
default CreatePrivateGraphEndpointResponse |
NeptuneGraphClient.createPrivateGraphEndpoint(CreatePrivateGraphEndpointRequest createPrivateGraphEndpointRequest) |
Create a private graph endpoint to allow private access from to the graph from within a VPC.
|
default RestoreGraphFromSnapshotResponse |
NeptuneGraphClient.restoreGraphFromSnapshot(Consumer<RestoreGraphFromSnapshotRequest.Builder> restoreGraphFromSnapshotRequest) |
Restores a graph from a snapshot.
|
default RestoreGraphFromSnapshotResponse |
NeptuneGraphClient.restoreGraphFromSnapshot(RestoreGraphFromSnapshotRequest restoreGraphFromSnapshotRequest) |
Restores a graph from a snapshot.
|