| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB API documentation
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AmazonDocDBAsyncClient.restoreDBClusterToPointInTimeAsync(RestoreDBClusterToPointInTimeRequest request,
AsyncHandler<RestoreDBClusterToPointInTimeRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonDocDBAsync.restoreDBClusterToPointInTimeAsync(RestoreDBClusterToPointInTimeRequest restoreDBClusterToPointInTimeRequest,
AsyncHandler<RestoreDBClusterToPointInTimeRequest,DBCluster> asyncHandler)
Restores a DB cluster to an arbitrary point in time.
|
Future<DBCluster> |
AbstractAmazonDocDBAsync.restoreDBClusterToPointInTimeAsync(RestoreDBClusterToPointInTimeRequest request,
AsyncHandler<RestoreDBClusterToPointInTimeRequest,DBCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.clone() |
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The name of the new DB cluster to be created.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withDBSubnetGroupName(String dBSubnetGroupName)
The DB subnet group name to use for the new DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier to use when restoring an encrypted DB cluster from an encrypted DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withPort(Integer port)
The port number on which the new DB cluster accepts connections.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withRestoreToTime(Date restoreToTime)
The date and time to restore the DB cluster to.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withSourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The identifier of the source DB cluster from which to restore.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the restored DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withTags(Tag... tags)
The tags to be assigned to the restored DB cluster.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withUseLatestRestorableTime(Boolean useLatestRestorableTime)
A value that is set to
true to restore the DB cluster to the latest restorable backup time, and
false otherwise. |
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of VPC security groups that the new DB cluster belongs to.
|
RestoreDBClusterToPointInTimeRequest |
RestoreDBClusterToPointInTimeRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of VPC security groups that the new DB cluster belongs to.
|
Copyright © 2019. All rights reserved.