public static interface RegionIdToURISupplier.Factory
Modifier and Type | Method and Description |
---|---|
RegionIdToURISupplier |
createForApiTypeAndVersion(String apiType,
String apiVersion) |
RegionIdToURISupplier createForApiTypeAndVersion(String apiType, @Nullable String apiVersion) throws NoSuchElementException
apiType
- type of the api, according to the provider. ex. compute
object-store
apiVersion
- version of the api, or null if not availableNoSuchElementException
- if the apiType
is not present in the catalogCopyright © 2009-2013 jclouds. All Rights Reserved.