Uses of Class
software.amazon.awssdk.services.rds.model.DescribeSourceRegionsResponse
-
Packages that use DescribeSourceRegionsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeSourceRegionsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeSourceRegionsResponse Modifier and Type Method Description default DescribeSourceRegionsResponseRdsClient. describeSourceRegions()Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from.default DescribeSourceRegionsResponseRdsClient. describeSourceRegions(Consumer<DescribeSourceRegionsRequest.Builder> describeSourceRegionsRequest)Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from.default DescribeSourceRegionsResponseRdsClient. describeSourceRegions(DescribeSourceRegionsRequest describeSourceRegionsRequest)Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeSourceRegionsResponse Modifier and Type Method Description default CompletableFuture<DescribeSourceRegionsResponse>RdsAsyncClient. describeSourceRegions()Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from.default CompletableFuture<DescribeSourceRegionsResponse>RdsAsyncClient. describeSourceRegions(Consumer<DescribeSourceRegionsRequest.Builder> describeSourceRegionsRequest)Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from.default CompletableFuture<DescribeSourceRegionsResponse>RdsAsyncClient. describeSourceRegions(DescribeSourceRegionsRequest describeSourceRegionsRequest)Returns a list of the source Amazon Web Services Regions where the current Amazon Web Services Region can create a read replica, copy a DB snapshot from, or replicate automated backups from. -
Uses of DescribeSourceRegionsResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DescribeSourceRegionsResponse Modifier and Type Method Description Iterator<DescribeSourceRegionsResponse>DescribeSourceRegionsIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeSourceRegionsResponse Modifier and Type Method Description voidDescribeSourceRegionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeSourceRegionsResponse> subscriber)
-