| 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 |
|---|---|
DBClusterSnapshot |
DBClusterSnapshot.clone() |
DBClusterSnapshot |
DBClusterSnapshot.withAvailabilityZones(Collection<String> availabilityZones)
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
|
DBClusterSnapshot |
DBClusterSnapshot.withAvailabilityZones(String... availabilityZones)
Provides the list of Amazon EC2 Availability Zones that instances in the cluster snapshot can be restored in.
|
DBClusterSnapshot |
DBClusterSnapshot.withClusterCreateTime(Date clusterCreateTime)
Specifies the time when the cluster was created, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterIdentifier(String dBClusterIdentifier)
Specifies the cluster identifier of the cluster that this cluster snapshot was created from.
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterSnapshotArn(String dBClusterSnapshotArn)
The Amazon Resource Name (ARN) for the cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
Specifies the identifier for the cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withEngine(String engine)
Specifies the name of the database engine.
|
DBClusterSnapshot |
DBClusterSnapshot.withEngineVersion(String engineVersion)
Provides the version of the database engine for this cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the encrypted cluster snapshot. |
DBClusterSnapshot |
DBClusterSnapshot.withMasterUsername(String masterUsername)
Provides the master user name for the cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withPercentProgress(Integer percentProgress)
Specifies the percentage of the estimated data that has been transferred.
|
DBClusterSnapshot |
DBClusterSnapshot.withPort(Integer port)
Specifies the port that the cluster was listening on at the time of the snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withSnapshotCreateTime(Date snapshotCreateTime)
Provides the time when the snapshot was taken, in UTC.
|
DBClusterSnapshot |
DBClusterSnapshot.withSnapshotType(String snapshotType)
Provides the type of the cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withSourceDBClusterSnapshotArn(String sourceDBClusterSnapshotArn)
If the cluster snapshot was copied from a source cluster snapshot, the ARN for the source cluster snapshot;
otherwise, a null value.
|
DBClusterSnapshot |
DBClusterSnapshot.withStatus(String status)
Specifies the status of this cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the cluster snapshot is encrypted.
|
DBClusterSnapshot |
DBClusterSnapshot.withStorageType(String storageType)
Storage type associated with your cluster snapshot
|
DBClusterSnapshot |
DBClusterSnapshot.withVpcId(String vpcId)
Provides the virtual private cloud (VPC) ID that is associated with the cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterSnapshot> |
DescribeDBClusterSnapshotsResult.getDBClusterSnapshots()
Provides a list of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.withDBClusterSnapshots(DBClusterSnapshot... dBClusterSnapshots)
Provides a list of cluster snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBClusterSnapshotsResult.setDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of cluster snapshots.
|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.withDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of cluster snapshots.
|
Copyright © 2024. All rights reserved.