Uses of Class
software.amazon.awssdk.services.directory.model.RegionDescription
-
Packages that use RegionDescription Package Description software.amazon.awssdk.services.directory.model software.amazon.awssdk.services.directory.paginators -
-
Uses of RegionDescription in software.amazon.awssdk.services.directory.model
Methods in software.amazon.awssdk.services.directory.model that return types with arguments of type RegionDescription Modifier and Type Method Description List<RegionDescription>DescribeRegionsResponse. regionsDescription()List of Region information related to the directory for each replicated Region.Methods in software.amazon.awssdk.services.directory.model with parameters of type RegionDescription Modifier and Type Method Description DescribeRegionsResponse.BuilderDescribeRegionsResponse.Builder. regionsDescription(RegionDescription... regionsDescription)List of Region information related to the directory for each replicated Region.Method parameters in software.amazon.awssdk.services.directory.model with type arguments of type RegionDescription Modifier and Type Method Description DescribeRegionsResponse.BuilderDescribeRegionsResponse.Builder. regionsDescription(Collection<RegionDescription> regionsDescription)List of Region information related to the directory for each replicated Region. -
Uses of RegionDescription in software.amazon.awssdk.services.directory.paginators
Methods in software.amazon.awssdk.services.directory.paginators that return types with arguments of type RegionDescription Modifier and Type Method Description SdkIterable<RegionDescription>DescribeRegionsIterable. regionsDescription()Returns an iterable to iterate through the paginatedDescribeRegionsResponse.regionsDescription()member.SdkPublisher<RegionDescription>DescribeRegionsPublisher. regionsDescription()Returns a publisher that can be used to get a stream of data.
-