Package org.jclouds.location.suppliers
Interface RegionIdToURISupplier.Factory
-
- Enclosing interface:
- RegionIdToURISupplier
public static interface RegionIdToURISupplier.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegionIdToURISupplier
createForApiTypeAndVersion(String apiType, String apiVersion)
-
-
-
Method Detail
-
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
-
-