Example #1
0
  /** Returns a list of the available AWS regions. */
  public static synchronized List<Region> getRegions() {
    if (regions == null) {
      init();
    }

    return regions;
  }