Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterAutomatedBackup
-
Packages that use DBClusterAutomatedBackup Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of DBClusterAutomatedBackup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterAutomatedBackup Modifier and Type Method Description 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 DBClusterAutomatedBackup Modifier and Type Method Description List<DBClusterAutomatedBackup>DescribeDbClusterAutomatedBackupsResponse. dbClusterAutomatedBackups()A list ofDBClusterAutomatedBackupbackups.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterAutomatedBackup Modifier and Type Method Description DeleteDbClusterAutomatedBackupResponse.BuilderDeleteDbClusterAutomatedBackupResponse.Builder. dbClusterAutomatedBackup(DBClusterAutomatedBackup dbClusterAutomatedBackup)Sets the value of the DBClusterAutomatedBackup property for this object.DescribeDbClusterAutomatedBackupsResponse.BuilderDescribeDbClusterAutomatedBackupsResponse.Builder. dbClusterAutomatedBackups(DBClusterAutomatedBackup... dbClusterAutomatedBackups)A list ofDBClusterAutomatedBackupbackups.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterAutomatedBackup Modifier and Type Method Description DescribeDbClusterAutomatedBackupsResponse.BuilderDescribeDbClusterAutomatedBackupsResponse.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 DBClusterAutomatedBackup Modifier and Type Method Description SdkIterable<DBClusterAutomatedBackup>DescribeDBClusterAutomatedBackupsIterable. dbClusterAutomatedBackups()Returns an iterable to iterate through the paginatedDescribeDbClusterAutomatedBackupsResponse.dbClusterAutomatedBackups()member.SdkPublisher<DBClusterAutomatedBackup>DescribeDBClusterAutomatedBackupsPublisher. dbClusterAutomatedBackups()Returns a publisher that can be used to get a stream of data.
-