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)
Specifies the allocated storage size in gigabytes (GB).
|
DBClusterSnapshot |
DBClusterSnapshot.withAvailabilityZones(Collection<String> availabilityZones)
Provides the list of EC2 Availability Zones that instances in the DB
cluster snapshot can be restored in.
|
DBClusterSnapshot |
DBClusterSnapshot.withAvailabilityZones(String... availabilityZones)
Provides the list of EC2 Availability Zones that instances in the DB
cluster snapshot can be restored in.
|
DBClusterSnapshot |
DBClusterSnapshot.withClusterCreateTime(Date clusterCreateTime)
Specifies the time when the DB cluster was created, in Universal
Coordinated Time (UTC).
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterIdentifier(String dBClusterIdentifier)
Specifies the DB cluster identifier of the DB cluster that this DB
cluster snapshot was created from.
|
DBClusterSnapshot |
DBClusterSnapshot.withDBClusterSnapshotIdentifier(String dBClusterSnapshotIdentifier)
Specifies the identifier for the DB 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 DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withKmsKeyId(String kmsKeyId)
If
StorageEncrypted is true, the KMS key identifier for the
encrypted DB cluster snapshot. |
DBClusterSnapshot |
DBClusterSnapshot.withLicenseModel(String licenseModel)
Provides the license model information for this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withMasterUsername(String masterUsername)
Provides the master username for the DB 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 DB cluster was listening on at the time of
the snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withSnapshotCreateTime(Date snapshotCreateTime)
Provides the time when the snapshot was taken, in Universal Coordinated
Time (UTC).
|
DBClusterSnapshot |
DBClusterSnapshot.withSnapshotType(String snapshotType)
Provides the type of the DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withStatus(String status)
Specifies the status of this DB cluster snapshot.
|
DBClusterSnapshot |
DBClusterSnapshot.withStorageEncrypted(Boolean storageEncrypted)
Specifies whether the DB cluster snapshot is encrypted.
|
DBClusterSnapshot |
DBClusterSnapshot.withVpcId(String vpcId)
Provides 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 © 2018. All rights reserved.