Package org.jclouds.location.suppliers
Interface ZoneIdToURISupplier.Factory
-
- Enclosing interface:
- ZoneIdToURISupplier
public static interface ZoneIdToURISupplier.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ZoneIdToURISupplier
createForApiTypeAndVersion(String apiType, String apiVersion)
-
-
-
Method Detail
-
createForApiTypeAndVersion
ZoneIdToURISupplier createForApiTypeAndVersion(String apiType, @Nullable String apiVersion)
- Parameters:
apiType
- type of the api, according to the provider. ex.compute
object-store
apiVersion
- version of the api, or null if not present- Returns:
- regions mapped to default uri
-
-