| Modifier and Type | Method and Description | 
|---|---|
GeoRegionGroup | 
get(String groupName)
Retrieves information about the specified geo region group 
 | 
com.google.common.collect.FluentIterable<String> | 
list()
Lists all geo region group names. 
 | 
@Named(value="ListGeoRegionGroupNames") com.google.common.collect.FluentIterable<String> list() throws DynECTExceptions.JobStillRunningException
DynECTExceptions.JobStillRunningException - if a different job in the session is still running@Named(value="GetGeoRegionGroup") @Nullable GeoRegionGroup get(String groupName) throws DynECTExceptions.JobStillRunningException
groupName - name of the group to get information about. ex
           api-prodDynECTExceptions.JobStillRunningException - if a different job in the session is still runningCopyright © 2009-2013 jclouds. All Rights Reserved.