| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBClusterSnapshot |
DBClusterSnapshot.clone() |
DBClusterSnapshot |
DBClusterSnapshot.withAllocatedStorage(Integer allocatedStorage)
The allocated storage size of the DB cluster snapshot in gibibytes (GiB).
|
DBClusterSnapshot |
DBClusterSnapshot.withAvailabilityZones(Collection<String> availabilityZones)
The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
|
DBClusterSnapshot |
DBClusterSnapshot.withAvailabilityZones(String... availabilityZones)
The list of Availability Zones (AZs) where instances in the DB cluster snapshot can be restored.
|
DBClusterSnapshot |
DBClusterSnapshot.withClusterCreateTime(Date clusterCreateTime)
The time when the DB cluster was created, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterIdentifier(String dBClusterIdentifier)
The DB cluster identifier of the DB cluster that this DB cluster snapshot was created from.
|
DBClusterSnapshot |
DBClusterSnapshot.withDbClusterResourceId(String dbClusterResourceId)
The resource ID of the DB cluster that this DB cluster snapshot was created from.
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterSnapshotArn(String dBClusterSnapshotArn)
The Amazon Resource Name (ARN) for the DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
The identifier for the DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withDBSystemId(String dBSystemId)
Reserved for future use.
|
DBClusterSnapshot |
DBClusterSnapshot.withEngine(String engine)
The name of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withEngineMode(String engineMode)
The engine mode of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withEngineVersion(String engineVersion)
The version of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database
accounts is enabled.
|
DBClusterSnapshot |
DBClusterSnapshot.withKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB cluster
snapshot. |
DBClusterSnapshot |
DBClusterSnapshot.withLicenseModel(String licenseModel)
The license model information for this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withMasterUsername(String masterUsername)
The master username for this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withPercentProgress(Integer percentProgress)
The percentage of the estimated data that has been transferred.
|
DBClusterSnapshot |
DBClusterSnapshot.withPort(Integer port)
The port that the DB cluster was listening on at the time of the snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withSnapshotCreateTime(Date snapshotCreateTime)
The time when the snapshot was taken, in Universal Coordinated Time (UTC).
|
DBClusterSnapshot |
DBClusterSnapshot.withSnapshotType(String snapshotType)
The type of the DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withSourceDBClusterSnapshotArn(String sourceDBClusterSnapshotArn)
If the DB cluster snapshot was copied from a source DB cluster snapshot, the Amazon Resource Name (ARN) for the
source DB cluster snapshot, otherwise, a null value.
|
DBClusterSnapshot |
DBClusterSnapshot.withStatus(String status)
The status of this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withStorageEncrypted(Boolean storageEncrypted)
Indicates whether the DB cluster snapshot is encrypted.
|
DBClusterSnapshot |
DBClusterSnapshot.withStorageType(String storageType)
The storage type associated with the DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withTagList(Collection<Tag> tagList) |
DBClusterSnapshot |
DBClusterSnapshot.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
DBClusterSnapshot |
DBClusterSnapshot.withVpcId(String vpcId)
The VPC ID associated with the DB cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterSnapshot> |
DescribeDBClusterSnapshotsResult.getDBClusterSnapshots()
Provides a list of DB cluster snapshots for the user.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.withDBClusterSnapshots(DBClusterSnapshot... dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBClusterSnapshotsResult.setDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.withDBClusterSnapshots(Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
Copyright © 2024. All rights reserved.