| 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 |
AmazonDocDBClient.createGlobalCluster(CreateGlobalClusterRequest request)
Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.
|
GlobalCluster |
AmazonDocDB.createGlobalCluster(CreateGlobalClusterRequest createGlobalClusterRequest)
Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.
|
GlobalCluster |
AbstractAmazonDocDB.createGlobalCluster(CreateGlobalClusterRequest request) |
Future<GlobalCluster> |
AmazonDocDBAsyncClient.createGlobalClusterAsync(CreateGlobalClusterRequest request) |
Future<GlobalCluster> |
AmazonDocDBAsync.createGlobalClusterAsync(CreateGlobalClusterRequest createGlobalClusterRequest)
Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.
|
Future<GlobalCluster> |
AbstractAmazonDocDBAsync.createGlobalClusterAsync(CreateGlobalClusterRequest request) |
Future<GlobalCluster> |
AmazonDocDBAsyncClient.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonDocDBAsync.createGlobalClusterAsync(CreateGlobalClusterRequest createGlobalClusterRequest,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler)
Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.
|
Future<GlobalCluster> |
AbstractAmazonDocDBAsync.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GlobalCluster> |
AmazonDocDBAsyncClient.createGlobalClusterAsync(CreateGlobalClusterRequest request,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler) |
Future<GlobalCluster> |
AmazonDocDBAsync.createGlobalClusterAsync(CreateGlobalClusterRequest createGlobalClusterRequest,
AsyncHandler<CreateGlobalClusterRequest,GlobalCluster> asyncHandler)
Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.
|
Future<GlobalCluster> |
AbstractAmazonDocDBAsync.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 cluster.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withEngine(String engine)
The name of the database engine to be used for this cluster.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withEngineVersion(String engineVersion)
The engine version of the global cluster.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withGlobalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global cluster.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster.
|
CreateGlobalClusterRequest |
CreateGlobalClusterRequest.withStorageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global cluster.
|
Copyright © 2024. All rights reserved.