Package | Description |
---|---|
com.amazonaws.services.rds | |
com.amazonaws.services.rds.model | |
com.amazonaws.services.rds.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DBClusterSnapshot> |
DescribeDBClusterSnapshotsResult.dBClusterSnapshots
Provides a list of DB cluster snapshots for the user.
|
Modifier and Type | Method and Description |
---|---|
DBClusterSnapshot |
DBClusterSnapshot.clone() |
DBClusterSnapshot |
DBClusterSnapshot.withAllocatedStorage(java.lang.Integer allocatedStorage)
Specifies the allocated storage size in gigabytes (GB).
|
DBClusterSnapshot |
DBClusterSnapshot.withAvailabilityZones(java.util.Collection<java.lang.String> availabilityZones)
Provides the list of EC2 Availability Zones that instances in the DB
cluster snapshot can be restored in.
|
DBClusterSnapshot |
DBClusterSnapshot.withAvailabilityZones(java.lang.String... availabilityZones)
Provides the list of EC2 Availability Zones that instances in the DB
cluster snapshot can be restored in.
|
DBClusterSnapshot |
DBClusterSnapshot.withClusterCreateTime(java.util.Date clusterCreateTime)
Specifies the time when the DB cluster was created, in Universal
Coordinated Time (UTC).
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterIdentifier(java.lang.String dBClusterIdentifier)
Specifies the DB cluster identifier of the DB cluster that this DB
cluster snapshot was created from.
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterSnapshotIdentifier(java.lang.String dBClusterSnapshotIdentifier)
Specifies the identifier for the DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withEngine(java.lang.String engine)
Specifies the name of the database engine.
|
DBClusterSnapshot |
DBClusterSnapshot.withEngineVersion(java.lang.String engineVersion)
Provides the version of the database engine for this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withKmsKeyId(java.lang.String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the
encrypted DB cluster snapshot. |
DBClusterSnapshot |
DBClusterSnapshot.withLicenseModel(java.lang.String licenseModel)
Provides the license model information for this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withMasterUsername(java.lang.String masterUsername)
Provides the master username for the DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withPercentProgress(java.lang.Integer percentProgress)
Specifies the percentage of the estimated data that has been transferred.
|
DBClusterSnapshot |
DBClusterSnapshot.withPort(java.lang.Integer port)
Specifies the port that the DB cluster was listening on at the time of
the snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withSnapshotCreateTime(java.util.Date snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
DBClusterSnapshot |
DBClusterSnapshot.withSnapshotType(java.lang.String snapshotType)
Provides the type of the DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withStatus(java.lang.String status)
Specifies the status of this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withStorageEncrypted(java.lang.Boolean storageEncrypted)
Specifies whether the DB cluster snapshot is encrypted.
|
DBClusterSnapshot |
DBClusterSnapshot.withVpcId(java.lang.String vpcId)
Provides the VPC ID associated with the DB cluster snapshot.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
DescribeDBClusterSnapshotsResult |
DescribeDBClusterSnapshotsResult.withDBClusterSnapshots(java.util.Collection<DBClusterSnapshot> dBClusterSnapshots)
Provides a list of DB cluster snapshots for the user.
|
Modifier and Type | Method and Description |
---|---|
DBClusterSnapshot |
DBClusterSnapshotStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |