public interface AzToRegionMapper
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRegionForAvailabilityZone(java.lang.String availabilityZone)
Returns the region for the passed availability zone.
|
void |
refreshMapping()
Updates the mappings it has if they depend on an external source.
|
void |
setRegionsToFetch(java.lang.String[] regionsToFetch)
Update the regions that this mapper knows about.
|
java.lang.String getRegionForAvailabilityZone(java.lang.String availabilityZone)
availabilityZone
- Availability zone for which the region is to be retrieved.void setRegionsToFetch(java.lang.String[] regionsToFetch)
regionsToFetch
- Regions to fetch. This should be the super set of all regions that this mapper should know.void refreshMapping()