Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterAutomatedBackup
Packages that use DBClusterAutomatedBackup
Package
Description
-
Uses of DBClusterAutomatedBackup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterAutomatedBackupModifier and TypeMethodDescriptionfinal DBClusterAutomatedBackupDeleteDbClusterAutomatedBackupResponse.dbClusterAutomatedBackup()Returns the value of the DBClusterAutomatedBackup property for this object.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterAutomatedBackupModifier and TypeMethodDescriptionfinal List<DBClusterAutomatedBackup>DescribeDbClusterAutomatedBackupsResponse.dbClusterAutomatedBackups()A list ofDBClusterAutomatedBackupbackups.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterAutomatedBackupModifier and TypeMethodDescriptionDeleteDbClusterAutomatedBackupResponse.Builder.dbClusterAutomatedBackup(DBClusterAutomatedBackup dbClusterAutomatedBackup) Sets the value of the DBClusterAutomatedBackup property for this object.DescribeDbClusterAutomatedBackupsResponse.Builder.dbClusterAutomatedBackups(DBClusterAutomatedBackup... dbClusterAutomatedBackups) A list ofDBClusterAutomatedBackupbackups.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterAutomatedBackupModifier and TypeMethodDescriptionDescribeDbClusterAutomatedBackupsResponse.Builder.dbClusterAutomatedBackups(Collection<DBClusterAutomatedBackup> dbClusterAutomatedBackups) A list ofDBClusterAutomatedBackupbackups. -
Uses of DBClusterAutomatedBackup in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBClusterAutomatedBackupModifier and TypeMethodDescriptionDescribeDBClusterAutomatedBackupsIterable.dbClusterAutomatedBackups()Returns an iterable to iterate through the paginatedDescribeDbClusterAutomatedBackupsResponse.dbClusterAutomatedBackups()member.DescribeDBClusterAutomatedBackupsPublisher.dbClusterAutomatedBackups()Returns a publisher that can be used to get a stream of data.