| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SourceRegion> |
DescribeSourceRegionsResponse.sourceRegions()
A list of
SourceRegion instances that contains each source Amazon Web Services Region that the
current Amazon Web Services Region can get a read replica or a DB snapshot from. |
| Modifier and Type | Method and Description |
|---|---|
DescribeSourceRegionsResponse.Builder |
DescribeSourceRegionsResponse.Builder.sourceRegions(SourceRegion... sourceRegions)
A list of
SourceRegion instances that contains each source Amazon Web Services Region that the
current Amazon Web Services Region can get a read replica or a DB snapshot from. |
| Modifier and Type | Method and Description |
|---|---|
DescribeSourceRegionsResponse.Builder |
DescribeSourceRegionsResponse.Builder.sourceRegions(Collection<SourceRegion> sourceRegions)
A list of
SourceRegion instances that contains each source Amazon Web Services Region that the
current Amazon Web Services Region can get a read replica or a DB snapshot from. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SourceRegion> |
DescribeSourceRegionsIterable.sourceRegions()
Returns an iterable to iterate through the paginated
DescribeSourceRegionsResponse.sourceRegions()
member. |
SdkPublisher<SourceRegion> |
DescribeSourceRegionsPublisher.sourceRegions()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.