| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB is a fast, reliable, and fully managed database service.
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
AbstractAmazonDocDB.createGlobalCluster(CreateGlobalClusterRequest request) |
GlobalCluster |
AmazonDocDB.createGlobalCluster(CreateGlobalClusterRequest createGlobalClusterRequest)
Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.
|
GlobalCluster |
AmazonDocDBClient.createGlobalCluster(CreateGlobalClusterRequest request)
Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.
|
GlobalCluster |
AbstractAmazonDocDB.deleteGlobalCluster(DeleteGlobalClusterRequest request) |
GlobalCluster |
AmazonDocDB.deleteGlobalCluster(DeleteGlobalClusterRequest deleteGlobalClusterRequest)
Deletes a global cluster.
|
GlobalCluster |
AmazonDocDBClient.deleteGlobalCluster(DeleteGlobalClusterRequest request)
Deletes a global cluster.
|
GlobalCluster |
AbstractAmazonDocDB.modifyGlobalCluster(ModifyGlobalClusterRequest request) |
GlobalCluster |
AmazonDocDB.modifyGlobalCluster(ModifyGlobalClusterRequest modifyGlobalClusterRequest)
Modify a setting for an Amazon DocumentDB global cluster.
|
GlobalCluster |
AmazonDocDBClient.modifyGlobalCluster(ModifyGlobalClusterRequest request)
Modify a setting for an Amazon DocumentDB global cluster.
|
GlobalCluster |
AbstractAmazonDocDB.removeFromGlobalCluster(RemoveFromGlobalClusterRequest request) |
GlobalCluster |
AmazonDocDB.removeFromGlobalCluster(RemoveFromGlobalClusterRequest removeFromGlobalClusterRequest)
Detaches an Amazon DocumentDB secondary cluster from a global cluster.
|
GlobalCluster |
AmazonDocDBClient.removeFromGlobalCluster(RemoveFromGlobalClusterRequest request)
Detaches an Amazon DocumentDB secondary cluster from a global cluster.
|
GlobalCluster |
AbstractAmazonDocDB.switchoverGlobalCluster(SwitchoverGlobalClusterRequest request) |
GlobalCluster |
AmazonDocDB.switchoverGlobalCluster(SwitchoverGlobalClusterRequest switchoverGlobalClusterRequest)
Switches over the specified secondary Amazon DocumentDB cluster to be the new primary Amazon DocumentDB cluster
in the global database cluster.
|
GlobalCluster |
AmazonDocDBClient.switchoverGlobalCluster(SwitchoverGlobalClusterRequest request)
Switches over the specified secondary Amazon DocumentDB cluster to be the new primary Amazon DocumentDB cluster
in the global database cluster.
|
| Modifier and Type | Method and Description |
|---|---|
GlobalCluster |
GlobalCluster.clone() |
GlobalCluster |
GlobalCluster.withDatabaseName(String databaseName)
The default database name within the new global cluster.
|
GlobalCluster |
GlobalCluster.withDeletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global cluster.
|
GlobalCluster |
GlobalCluster.withEngine(String engine)
The Amazon DocumentDB database engine used by the global cluster.
|
GlobalCluster |
GlobalCluster.withEngineVersion(String engineVersion)
Indicates the database engine version.
|
GlobalCluster |
GlobalCluster.withGlobalClusterArn(String globalClusterArn)
The Amazon Resource Name (ARN) for the global cluster.
|
GlobalCluster |
GlobalCluster.withGlobalClusterIdentifier(String globalClusterIdentifier)
Contains a user-supplied global cluster identifier.
|
GlobalCluster |
GlobalCluster.withGlobalClusterMembers(Collection<GlobalClusterMember> globalClusterMembers)
The list of cluster IDs for secondary clusters within the global cluster.
|
GlobalCluster |
GlobalCluster.withGlobalClusterMembers(GlobalClusterMember... globalClusterMembers)
The list of cluster IDs for secondary clusters within the global cluster.
|
GlobalCluster |
GlobalCluster.withGlobalClusterResourceId(String globalClusterResourceId)
The Amazon Web Services Region-unique, immutable identifier for the global database cluster.
|
GlobalCluster |
GlobalCluster.withStatus(String status)
Specifies the current state of this global cluster.
|
GlobalCluster |
GlobalCluster.withStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the global cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlobalCluster> |
DescribeGlobalClustersResult.getGlobalClusters()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withGlobalClusters(GlobalCluster... globalClusters)
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGlobalClustersResult.setGlobalClusters(Collection<GlobalCluster> globalClusters)
|
DescribeGlobalClustersResult |
DescribeGlobalClustersResult.withGlobalClusters(Collection<GlobalCluster> globalClusters)
|
Copyright © 2024. All rights reserved.