| Package | Description |
|---|---|
| com.amazonaws.services.rds |
|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBSnapshot |
AmazonRDSClient.copyDBSnapshot(CopyDBSnapshotRequest request)
Copies the specified DB snapshot.
|
DBSnapshot |
AbstractAmazonRDS.copyDBSnapshot(CopyDBSnapshotRequest request) |
DBSnapshot |
AmazonRDS.copyDBSnapshot(CopyDBSnapshotRequest copyDBSnapshotRequest)
Copies the specified DB snapshot.
|
DBSnapshot |
AmazonRDSClient.createDBSnapshot(CreateDBSnapshotRequest request)
Creates a snapshot of a DB instance.
|
DBSnapshot |
AbstractAmazonRDS.createDBSnapshot(CreateDBSnapshotRequest request) |
DBSnapshot |
AmazonRDS.createDBSnapshot(CreateDBSnapshotRequest createDBSnapshotRequest)
Creates a snapshot of a DB instance.
|
DBSnapshot |
AmazonRDSClient.deleteDBSnapshot(DeleteDBSnapshotRequest request)
Deletes a DB snapshot.
|
DBSnapshot |
AbstractAmazonRDS.deleteDBSnapshot(DeleteDBSnapshotRequest request) |
DBSnapshot |
AmazonRDS.deleteDBSnapshot(DeleteDBSnapshotRequest deleteDBSnapshotRequest)
Deletes a DB snapshot.
|
DBSnapshot |
AmazonRDSClient.modifyDBSnapshot(ModifyDBSnapshotRequest request)
Updates a manual DB snapshot with a new engine version.
|
DBSnapshot |
AbstractAmazonRDS.modifyDBSnapshot(ModifyDBSnapshotRequest request) |
DBSnapshot |
AmazonRDS.modifyDBSnapshot(ModifyDBSnapshotRequest modifyDBSnapshotRequest)
Updates a manual DB snapshot with a new engine version.
|
| Modifier and Type | Method and Description |
|---|---|
DBSnapshot |
DBSnapshot.clone() |
DBSnapshot |
DBSnapshot.withAllocatedStorage(Integer allocatedStorage)
Specifies the allocated storage size in gibibytes (GiB).
|
DBSnapshot |
DBSnapshot.withAvailabilityZone(String availabilityZone)
Specifies the name of the Availability Zone the DB instance was located in at the time of the DB snapshot.
|
DBSnapshot |
DBSnapshot.withDBInstanceIdentifier(String dBInstanceIdentifier)
Specifies the DB instance identifier of the DB instance this DB snapshot was created from.
|
DBSnapshot |
DBSnapshot.withDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services
Region.
|
DBSnapshot |
DBSnapshot.withDBSnapshotArn(String dBSnapshotArn)
The Amazon Resource Name (ARN) for the DB snapshot.
|
DBSnapshot |
DBSnapshot.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
Specifies the identifier for the DB snapshot.
|
DBSnapshot |
DBSnapshot.withDBSystemId(String dBSystemId)
The Oracle system identifier (SID), which is the name of the Oracle database instance that manages your database
files.
|
DBSnapshot |
DBSnapshot.withDedicatedLogVolume(Boolean dedicatedLogVolume)
Indicates whether the DB instance has a dedicated log volume (DLV) enabled.
|
DBSnapshot |
DBSnapshot.withEncrypted(Boolean encrypted)
Indicates whether the DB snapshot is encrypted.
|
DBSnapshot |
DBSnapshot.withEngine(String engine)
Specifies the name of the database engine.
|
DBSnapshot |
DBSnapshot.withEngineVersion(String engineVersion)
Specifies the version of the database engine.
|
DBSnapshot |
DBSnapshot.withIAMDatabaseAuthenticationEnabled(Boolean iAMDatabaseAuthenticationEnabled)
Indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database
accounts is enabled.
|
DBSnapshot |
DBSnapshot.withInstanceCreateTime(Date instanceCreateTime)
Specifies the time in Coordinated Universal Time (UTC) when the DB instance, from which the snapshot was taken,
was created.
|
DBSnapshot |
DBSnapshot.withIops(Integer iops)
Specifies the Provisioned IOPS (I/O operations per second) value of the DB instance at the time of the snapshot.
|
DBSnapshot |
DBSnapshot.withKmsKeyId(String kmsKeyId)
If
Encrypted is true, the Amazon Web Services KMS key identifier for the encrypted DB snapshot. |
DBSnapshot |
DBSnapshot.withLicenseModel(String licenseModel)
License model information for the restored DB instance.
|
DBSnapshot |
DBSnapshot.withMasterUsername(String masterUsername)
Provides the master username for the DB snapshot.
|
DBSnapshot |
DBSnapshot.withMultiTenant(Boolean multiTenant)
Indicates whether the snapshot is of a DB instance using the multi-tenant configuration (TRUE) or the
single-tenant configuration (FALSE).
|
DBSnapshot |
DBSnapshot.withOptionGroupName(String optionGroupName)
Provides the option group name for the DB snapshot.
|
DBSnapshot |
DBSnapshot.withOriginalSnapshotCreateTime(Date originalSnapshotCreateTime)
Specifies the time of the CreateDBSnapshot operation in Coordinated Universal Time (UTC).
|
DBSnapshot |
DBSnapshot.withPercentProgress(Integer percentProgress)
The percentage of the estimated data that has been transferred.
|
DBSnapshot |
DBSnapshot.withPort(Integer port)
Specifies the port that the database engine was listening on at the time of the snapshot.
|
DBSnapshot |
DBSnapshot.withProcessorFeatures(Collection<ProcessorFeature> processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the
DB snapshot was created.
|
DBSnapshot |
DBSnapshot.withProcessorFeatures(ProcessorFeature... processorFeatures)
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance when the
DB snapshot was created.
|
DBSnapshot |
DBSnapshot.withSnapshotCreateTime(Date snapshotCreateTime)
Specifies when the snapshot was taken in Coordinated Universal Time (UTC).
|
DBSnapshot |
DBSnapshot.withSnapshotDatabaseTime(Date snapshotDatabaseTime)
The timestamp of the most recent transaction applied to the database that you're backing up.
|
DBSnapshot |
DBSnapshot.withSnapshotTarget(String snapshotTarget)
Specifies where manual snapshots are stored: Amazon Web Services Outposts or the Amazon Web Services Region.
|
DBSnapshot |
DBSnapshot.withSnapshotType(String snapshotType)
Provides the type of the DB snapshot.
|
DBSnapshot |
DBSnapshot.withSourceDBSnapshotIdentifier(String sourceDBSnapshotIdentifier)
The DB snapshot Amazon Resource Name (ARN) that the DB snapshot was copied from.
|
DBSnapshot |
DBSnapshot.withSourceRegion(String sourceRegion)
The Amazon Web Services Region that the DB snapshot was created in or copied from.
|
DBSnapshot |
DBSnapshot.withStatus(String status)
Specifies the status of this DB snapshot.
|
DBSnapshot |
DBSnapshot.withStorageThroughput(Integer storageThroughput)
Specifies the storage throughput for the DB snapshot.
|
DBSnapshot |
DBSnapshot.withStorageType(String storageType)
Specifies the storage type associated with DB snapshot.
|
DBSnapshot |
DBSnapshot.withTagList(Collection<Tag> tagList) |
DBSnapshot |
DBSnapshot.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
DBSnapshot |
DBSnapshot.withTdeCredentialArn(String tdeCredentialArn)
The ARN from the key store with which to associate the instance for TDE encryption.
|
DBSnapshot |
DBSnapshot.withTimezone(String timezone)
The time zone of the DB snapshot.
|
DBSnapshot |
DBSnapshot.withVpcId(String vpcId)
Provides the VPC ID associated with the DB snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBSnapshot> |
DescribeDBSnapshotsResult.getDBSnapshots()
A list of
DBSnapshot instances. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDBSnapshotsResult |
DescribeDBSnapshotsResult.withDBSnapshots(DBSnapshot... dBSnapshots)
A list of
DBSnapshot instances. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBSnapshotsResult.setDBSnapshots(Collection<DBSnapshot> dBSnapshots)
A list of
DBSnapshot instances. |
DescribeDBSnapshotsResult |
DescribeDBSnapshotsResult.withDBSnapshots(Collection<DBSnapshot> dBSnapshots)
A list of
DBSnapshot instances. |
Copyright © 2024. All rights reserved.