Uses of Class
software.amazon.awssdk.services.rds.model.DBSnapshotTenantDatabase
Packages that use DBSnapshotTenantDatabase
Package
Description
-
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 DBSnapshotTenantDatabaseModifier and TypeMethodDescriptionfinal List<DBSnapshotTenantDatabase>DescribeDbSnapshotTenantDatabasesResponse.dbSnapshotTenantDatabases()A list of DB snapshot tenant databases.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBSnapshotTenantDatabaseModifier and TypeMethodDescriptionDescribeDbSnapshotTenantDatabasesResponse.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 DBSnapshotTenantDatabaseModifier and TypeMethodDescriptionDescribeDbSnapshotTenantDatabasesResponse.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 DBSnapshotTenantDatabaseModifier and TypeMethodDescriptionDescribeDBSnapshotTenantDatabasesIterable.dbSnapshotTenantDatabases()Returns an iterable to iterate through the paginatedDescribeDbSnapshotTenantDatabasesResponse.dbSnapshotTenantDatabases()member.DescribeDBSnapshotTenantDatabasesPublisher.dbSnapshotTenantDatabases()Returns a publisher that can be used to get a stream of data.