| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSourceRegionsResponse |
RdsClient.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 DescribeSourceRegionsResponse |
RdsClient.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 DescribeSourceRegionsResponse |
RdsClient.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSourceRegionsResponse> |
DescribeSourceRegionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSourceRegionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSourceRegionsResponse> subscriber) |
Copyright © 2022. All rights reserved.