org.jclouds.digitalocean.features
Interface RegionApi

All Superinterfaces:
Closeable

public interface RegionApi
extends Closeable

Provides access to the Region management features.


Method Summary
 List<Region> list()
          Lists all available regions.
 
Methods inherited from interface java.io.Closeable
close
 

Method Detail

list

List<Region> list()
Lists all available regions.

Returns:
The list of all available regions.


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.