Interface V1DefaultRegionIdSupplier.Factory
- Enclosing class:
- V1DefaultRegionIdSupplier
public static interface V1DefaultRegionIdSupplier.Factory
-
Method Summary
Modifier and TypeMethodDescriptionorg.jclouds.location.suppliers.ImplicitRegionIdSuppliercreateForApiType(String apiType)
-
Method Details
-
createForApiType
org.jclouds.location.suppliers.ImplicitRegionIdSupplier createForApiType(String apiType) throws NoSuchElementException - Parameters:
apiType- type of the api, according to the provider. ex.computeobject-store- Returns:
- region id
- Throws:
NoSuchElementException- if theapiTypeis not present in the catalog
-