AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the tenant databases that exist in a DB snapshot. This command only applies to RDS for Oracle DB instances in the multi-tenant configuration.

You can use this command to inspect the tenant databases within a snapshot before restoring it. You can't directly interact with the tenant databases in a DB snapshot. If you restore a snapshot that was taken from DB instance using the multi-tenant configuration, you restore all its tenant databases.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeDBSnapshotTenantDatabasesAsync.

Namespace: Amazon.RDS
Assembly: AWSSDK.RDS.dll
Version: 3.x.y.z

Syntax

C#
public virtual DescribeDBSnapshotTenantDatabasesResponse DescribeDBSnapshotTenantDatabases(
         DescribeDBSnapshotTenantDatabasesRequest request
)

Parameters

request
Type: Amazon.RDS.Model.DescribeDBSnapshotTenantDatabasesRequest

Container for the necessary parameters to execute the DescribeDBSnapshotTenantDatabases service method.

Return Value


The response from the DescribeDBSnapshotTenantDatabases service method, as returned by RDS.

Exceptions

ExceptionCondition
DBSnapshotNotFoundException DBSnapshotIdentifier doesn't refer to an existing DB snapshot.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also