| Package | Description |
|---|---|
| com.amazonaws.services.neptune |
|
| com.amazonaws.services.neptune.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
AbstractAmazonNeptune.createGlobalCluster(CreateGlobalClusterRequest request) |
GlobalCluster |
AmazonNeptune.createGlobalCluster(CreateGlobalClusterRequest createGlobalClusterRequest)
Creates a Neptune global database spread across multiple Amazon Regions.
|
GlobalCluster |
AmazonNeptuneClient.createGlobalCluster(CreateGlobalClusterRequest request)
Creates a Neptune global database spread across multiple Amazon Regions.
|
GlobalCluster |
AbstractAmazonNeptune.deleteGlobalCluster(DeleteGlobalClusterRequest request) |
GlobalCluster |
AmazonNeptune.deleteGlobalCluster(DeleteGlobalClusterRequest deleteGlobalClusterRequest)
Deletes a global database.
|
GlobalCluster |
AmazonNeptuneClient.deleteGlobalCluster(DeleteGlobalClusterRequest request)
Deletes a global database.
|
GlobalCluster |
AbstractAmazonNeptune.failoverGlobalCluster(FailoverGlobalClusterRequest request) |
GlobalCluster |
AmazonNeptune.failoverGlobalCluster(FailoverGlobalClusterRequest failoverGlobalClusterRequest)
Initiates the failover process for a Neptune global database.
|
GlobalCluster |
AmazonNeptuneClient.failoverGlobalCluster(FailoverGlobalClusterRequest request)
Initiates the failover process for a Neptune global database.
|
GlobalCluster |
AbstractAmazonNeptune.modifyGlobalCluster(ModifyGlobalClusterRequest request) |
GlobalCluster |
AmazonNeptune.modifyGlobalCluster(ModifyGlobalClusterRequest modifyGlobalClusterRequest)
Modify a setting for an Amazon Neptune global cluster.
|
GlobalCluster |
AmazonNeptuneClient.modifyGlobalCluster(ModifyGlobalClusterRequest request)
Modify a setting for an Amazon Neptune global cluster.
|
GlobalCluster |
AbstractAmazonNeptune.removeFromGlobalCluster(RemoveFromGlobalClusterRequest request) |
GlobalCluster |
AmazonNeptune.removeFromGlobalCluster(RemoveFromGlobalClusterRequest removeFromGlobalClusterRequest)
Detaches a Neptune DB cluster from a Neptune global database.
|
GlobalCluster |
AmazonNeptuneClient.removeFromGlobalCluster(RemoveFromGlobalClusterRequest request)
Detaches a Neptune DB cluster from a Neptune global database.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
GlobalCluster.clone() |
GlobalCluster |
GlobalCluster.withDeletionProtection(Boolean deletionProtection)
The deletion protection setting for the global database.
|
GlobalCluster |
GlobalCluster.withEngine(String engine)
The Neptune database engine used by the global database (
"neptune"). |
GlobalCluster |
GlobalCluster.withEngineVersion(String engineVersion)
The Neptune engine version used by the global database.
|
GlobalCluster |
GlobalCluster.withGlobalClusterArn(String globalClusterArn)
The Amazon Resource Name (ARN) for the global database.
|
GlobalCluster |
GlobalCluster.withGlobalClusterIdentifier(String globalClusterIdentifier)
Contains a user-supplied global database cluster identifier.
|
GlobalCluster |
GlobalCluster.withGlobalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
|
GlobalCluster |
GlobalCluster.withGlobalClusterMembers(GlobalClusterMember... globalClusterMembers)
A list of cluster ARNs and instance ARNs for all the DB clusters that are part of the global database.
|
GlobalCluster |
GlobalCluster.withGlobalClusterResourceId(String globalClusterResourceId)
An immutable identifier for the global database that is unique within in all regions.
|
GlobalCluster |
GlobalCluster.withStatus(String status)
Specifies the current state of this global database.
|
GlobalCluster |
GlobalCluster.withStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the global database.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlobalCluster> |
DescribeGlobalClustersResult.getGlobalClusters()
The list of global clusters and instances returned by this request.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withGlobalClusters(GlobalCluster... globalClusters)
The list of global clusters and instances returned by this request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGlobalClustersResult.setGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withGlobalClusters(Collection<GlobalCluster> globalClusters)
The list of global clusters and instances returned by this request.
|
Copyright © 2024. All rights reserved.