Uses of Class
software.amazon.awssdk.services.rds.model.DBSnapshotTenantDatabase
-
Packages that use DBSnapshotTenantDatabase Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBSnapshotTenantDatabase in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBSnapshotTenantDatabase Modifier and Type Method Description List<DBSnapshotTenantDatabase>DescribeDbSnapshotTenantDatabasesResponse. dbSnapshotTenantDatabases()A list of DB snapshot tenant databases.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSnapshotTenantDatabase Modifier and Type Method Description DescribeDbSnapshotTenantDatabasesResponse.BuilderDescribeDbSnapshotTenantDatabasesResponse.Builder. dbSnapshotTenantDatabases(DBSnapshotTenantDatabase... dbSnapshotTenantDatabases)A list of DB snapshot tenant databases.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBSnapshotTenantDatabase Modifier and Type Method Description DescribeDbSnapshotTenantDatabasesResponse.BuilderDescribeDbSnapshotTenantDatabasesResponse.Builder. dbSnapshotTenantDatabases(Collection<DBSnapshotTenantDatabase> dbSnapshotTenantDatabases)A list of DB snapshot tenant databases. -
Uses of DBSnapshotTenantDatabase in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBSnapshotTenantDatabase Modifier and Type Method Description SdkIterable<DBSnapshotTenantDatabase>DescribeDBSnapshotTenantDatabasesIterable. dbSnapshotTenantDatabases()Returns an iterable to iterate through the paginatedDescribeDbSnapshotTenantDatabasesResponse.dbSnapshotTenantDatabases()member.SdkPublisher<DBSnapshotTenantDatabase>DescribeDBSnapshotTenantDatabasesPublisher. dbSnapshotTenantDatabases()Returns a publisher that can be used to get a stream of data.
-