Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbClusterAutomatedBackupsResponse
-
Packages that use DescribeDbClusterAutomatedBackupsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeDbClusterAutomatedBackupsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDbClusterAutomatedBackupsResponse Modifier and Type Method Description default DescribeDbClusterAutomatedBackupsResponseRdsClient. describeDBClusterAutomatedBackups(Consumer<DescribeDbClusterAutomatedBackupsRequest.Builder> describeDbClusterAutomatedBackupsRequest)Displays backups for both current and deleted DB clusters.default DescribeDbClusterAutomatedBackupsResponseRdsClient. describeDBClusterAutomatedBackups(DescribeDbClusterAutomatedBackupsRequest describeDbClusterAutomatedBackupsRequest)Displays backups for both current and deleted DB clusters.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeDbClusterAutomatedBackupsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbClusterAutomatedBackupsResponse>RdsAsyncClient. describeDBClusterAutomatedBackups(Consumer<DescribeDbClusterAutomatedBackupsRequest.Builder> describeDbClusterAutomatedBackupsRequest)Displays backups for both current and deleted DB clusters.default CompletableFuture<DescribeDbClusterAutomatedBackupsResponse>RdsAsyncClient. describeDBClusterAutomatedBackups(DescribeDbClusterAutomatedBackupsRequest describeDbClusterAutomatedBackupsRequest)Displays backups for both current and deleted DB clusters. -
Uses of DescribeDbClusterAutomatedBackupsResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DescribeDbClusterAutomatedBackupsResponse Modifier and Type Method Description Iterator<DescribeDbClusterAutomatedBackupsResponse>DescribeDBClusterAutomatedBackupsIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeDbClusterAutomatedBackupsResponse Modifier and Type Method Description voidDescribeDBClusterAutomatedBackupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbClusterAutomatedBackupsResponse> subscriber)
-