| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.clone() |
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withCharacterSetName(String characterSetName)
The name of the character set of a tenant database.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withDBInstanceIdentifier(String dBInstanceIdentifier)
The ID for the DB instance that contains the tenant databases.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withDbiResourceId(String dbiResourceId)
The resource identifier of the source CDB instance.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withDBSnapshotIdentifier(String dBSnapshotIdentifier)
The identifier for the snapshot of the DB instance.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withDBSnapshotTenantDatabaseARN(String dBSnapshotTenantDatabaseARN)
The Amazon Resource Name (ARN) for the snapshot tenant database.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withEngineName(String engineName)
The name of the database engine.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withMasterUsername(String masterUsername)
The master username of the tenant database.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withNcharCharacterSetName(String ncharCharacterSetName)
The
NCHAR character set name of the tenant database. |
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withSnapshotType(String snapshotType)
The type of DB snapshot.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withTagList(Collection<Tag> tagList) |
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withTagList(Tag... tagList)
NOTE: This method appends the values to the existing list (if any).
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withTenantDatabaseCreateTime(Date tenantDatabaseCreateTime)
The time the DB snapshot was taken, specified in Coordinated Universal Time (UTC).
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withTenantDatabaseResourceId(String tenantDatabaseResourceId)
The resource ID of the tenant database.
|
DBSnapshotTenantDatabase |
DBSnapshotTenantDatabase.withTenantDBName(String tenantDBName)
The name of the tenant database.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBSnapshotTenantDatabase> |
DescribeDBSnapshotTenantDatabasesResult.getDBSnapshotTenantDatabases()
A list of DB snapshot tenant databases.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDBSnapshotTenantDatabasesResult |
DescribeDBSnapshotTenantDatabasesResult.withDBSnapshotTenantDatabases(DBSnapshotTenantDatabase... dBSnapshotTenantDatabases)
A list of DB snapshot tenant databases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBSnapshotTenantDatabasesResult.setDBSnapshotTenantDatabases(Collection<DBSnapshotTenantDatabase> dBSnapshotTenantDatabases)
A list of DB snapshot tenant databases.
|
DescribeDBSnapshotTenantDatabasesResult |
DescribeDBSnapshotTenantDatabasesResult.withDBSnapshotTenantDatabases(Collection<DBSnapshotTenantDatabase> dBSnapshotTenantDatabases)
A list of DB snapshot tenant databases.
|
Copyright © 2023. All rights reserved.