Package org.jclouds.location.suppliers
Interface RegionIdToURISupplier.Factory
- Enclosing interface:
RegionIdToURISupplier
public static interface RegionIdToURISupplier.Factory
-
Method Summary
-
Method Details
-
createForApiTypeAndVersion
RegionIdToURISupplier createForApiTypeAndVersion(String apiType, @Nullable String apiVersion) throws NoSuchElementException - Parameters:
apiType
- type of the api, according to the provider. ex.compute
object-store
apiVersion
- version of the api, or null if not available- Returns:
- regions mapped to default uri
- Throws:
NoSuchElementException
- if theapiType
is not present in the catalog
-