Uses of Class
software.amazon.awssdk.services.rds.model.SourceRegion
-
Packages that use SourceRegion Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of SourceRegion in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type SourceRegion Modifier and Type Method Description List<SourceRegion>DescribeSourceRegionsResponse. sourceRegions()A list ofSourceRegioninstances 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.Methods in software.amazon.awssdk.services.rds.model with parameters of type SourceRegion Modifier and Type Method Description DescribeSourceRegionsResponse.BuilderDescribeSourceRegionsResponse.Builder. sourceRegions(SourceRegion... sourceRegions)A list ofSourceRegioninstances 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.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type SourceRegion Modifier and Type Method Description DescribeSourceRegionsResponse.BuilderDescribeSourceRegionsResponse.Builder. sourceRegions(Collection<SourceRegion> sourceRegions)A list ofSourceRegioninstances 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. -
Uses of SourceRegion in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type SourceRegion Modifier and Type Method Description SdkIterable<SourceRegion>DescribeSourceRegionsIterable. sourceRegions()Returns an iterable to iterate through the paginatedDescribeSourceRegionsResponse.sourceRegions()member.SdkPublisher<SourceRegion>DescribeSourceRegionsPublisher. sourceRegions()Returns a publisher that can be used to get a stream of data.
-