| Package | Description |
|---|---|
| com.amazonaws.services.docdb |
Amazon DocumentDB API documentation
|
| com.amazonaws.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DBCluster> |
AbstractAmazonDocDBAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request,
AsyncHandler<RestoreDBClusterFromSnapshotRequest,DBCluster> asyncHandler) |
Future<DBCluster> |
AmazonDocDBAsync.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest restoreDBClusterFromSnapshotRequest,
AsyncHandler<RestoreDBClusterFromSnapshotRequest,DBCluster> asyncHandler)
Creates a new cluster from a snapshot or cluster snapshot.
|
Future<DBCluster> |
AmazonDocDBAsyncClient.restoreDBClusterFromSnapshotAsync(RestoreDBClusterFromSnapshotRequest request,
AsyncHandler<RestoreDBClusterFromSnapshotRequest,DBCluster> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.clone() |
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withAvailabilityZones(Collection<String> availabilityZones)
Provides the list of Amazon EC2 Availability Zones that instances in the restored DB cluster can be created in.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withAvailabilityZones(String... availabilityZones)
Provides the list of Amazon EC2 Availability Zones that instances in the restored DB cluster can be created in.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withDBClusterIdentifier(String dBClusterIdentifier)
The name of the cluster to create from the snapshot or cluster snapshot.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withDBSubnetGroupName(String dBSubnetGroupName)
The name of the subnet group to use for the new cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withDeletionProtection(Boolean deletionProtection)
Specifies whether this cluster can be deleted.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEnableCloudwatchLogsExports(Collection<String> enableCloudwatchLogsExports)
A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEnableCloudwatchLogsExports(String... enableCloudwatchLogsExports)
A list of log types that must be enabled for exporting to Amazon CloudWatch Logs.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEngine(String engine)
The database engine to use for the new cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withEngineVersion(String engineVersion)
The version of the database engine to use for the new cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withKmsKeyId(String kmsKeyId)
The AWS KMS key identifier to use when restoring an encrypted cluster from a DB snapshot or cluster snapshot.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withPort(Integer port)
The port number on which the new cluster accepts connections.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withSnapshotIdentifier(String snapshotIdentifier)
The identifier for the snapshot or cluster snapshot to restore from.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withTags(Collection<Tag> tags)
The tags to be assigned to the restored cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withTags(Tag... tags)
The tags to be assigned to the restored cluster.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withVpcSecurityGroupIds(Collection<String> vpcSecurityGroupIds)
A list of virtual private cloud (VPC) security groups that the new cluster will belong to.
|
RestoreDBClusterFromSnapshotRequest |
RestoreDBClusterFromSnapshotRequest.withVpcSecurityGroupIds(String... vpcSecurityGroupIds)
A list of virtual private cloud (VPC) security groups that the new cluster will belong to.
|
Copyright © 2020. All rights reserved.