| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GlobalCluster> |
AmazonRDSAsync.createGlobalClusterAsync(CreateGlobalClusterRequest createGlobalClusterRequest,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler)
Creates an Aurora global database spread across multiple AWS Regions.
|
Future<GlobalCluster> |
AbstractAmazonRDSAsync.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonRDSAsyncClient.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.clone() |
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withDatabaseName(String databaseName)
The name for your database of up to 64 alpha-numeric characters.
|
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 for this DB cluster.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withEngineVersion(String engineVersion)
The engine version of the Aurora global database.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
|
Copyright © 2021. All rights reserved.