Uses of Interface
com.amazonaws.regions.RegionImpl
-
Packages that use RegionImpl Package Description com.amazonaws.partitions com.amazonaws.regions -
-
Uses of RegionImpl in com.amazonaws.partitions
Classes in com.amazonaws.partitions that implement RegionImpl Modifier and Type Class Description class
PartitionRegionImpl
A region implementation backed by the partition. -
Uses of RegionImpl in com.amazonaws.regions
Classes in com.amazonaws.regions that implement RegionImpl Modifier and Type Class Description class
InMemoryRegionImpl
An implementation ofRegionImpl
that holds all information in memory.Constructors in com.amazonaws.regions with parameters of type RegionImpl Constructor Description Region(RegionImpl regionImpl)
-