| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
AmazonNeptuneClient.createGlobalCluster(CreateGlobalClusterRequest request)
Creates a Neptune global database spread across multiple Amazon Regions.
|
GlobalCluster |
AmazonNeptune.createGlobalCluster(CreateGlobalClusterRequest createGlobalClusterRequest)
Creates a Neptune global database spread across multiple Amazon Regions.
|
GlobalCluster |
AbstractAmazonNeptune.createGlobalCluster(CreateGlobalClusterRequest request) |
Future<GlobalCluster> |
AmazonNeptuneAsyncClient.createGlobalClusterAsync(CreateGlobalClusterRequest request) |
Future<GlobalCluster> |
AmazonNeptuneAsync.createGlobalClusterAsync(CreateGlobalClusterRequest createGlobalClusterRequest)
Creates a Neptune global database spread across multiple Amazon Regions.
|
Future<GlobalCluster> |
AbstractAmazonNeptuneAsync.createGlobalClusterAsync(CreateGlobalClusterRequest request) |
Future<GlobalCluster> |
AmazonNeptuneAsyncClient.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonNeptuneAsync.createGlobalClusterAsync(CreateGlobalClusterRequest createGlobalClusterRequest,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler)
Creates a Neptune global database spread across multiple Amazon Regions.
|
Future<GlobalCluster> |
AbstractAmazonNeptuneAsync.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GlobalCluster> |
AmazonNeptuneAsyncClient.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonNeptuneAsync.createGlobalClusterAsync(CreateGlobalClusterRequest createGlobalClusterRequest,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler)
Creates a Neptune global database spread across multiple Amazon Regions.
|
Future<GlobalCluster> |
AbstractAmazonNeptuneAsync.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.clone() |
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withDeletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withEngine(String engine)
The name of the database engine to be used in the global database.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withEngineVersion(String engineVersion)
The Neptune engine version to be used by the global database.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster
of the new global database.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
|
Copyright © 2022. All rights reserved.