Uses of Class
software.amazon.awssdk.services.rds.model.SourceRegion
Packages that use SourceRegion
Package
Description
-
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 SourceRegionModifier and TypeMethodDescriptionfinal 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 SourceRegionModifier and TypeMethodDescriptionDescribeSourceRegionsResponse.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 SourceRegionModifier and TypeMethodDescriptionDescribeSourceRegionsResponse.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 SourceRegionModifier and TypeMethodDescriptionfinal SdkIterable<SourceRegion>DescribeSourceRegionsIterable.sourceRegions()Returns an iterable to iterate through the paginatedDescribeSourceRegionsResponse.sourceRegions()member.final SdkPublisher<SourceRegion>DescribeSourceRegionsPublisher.sourceRegions()Returns a publisher that can be used to get a stream of data.