Class DescribeRegionsForRegionURIs

java.lang.Object
org.jclouds.ec2.suppliers.DescribeRegionsForRegionURIs
All Implemented Interfaces:
com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>>, Supplier<Map<String,com.google.common.base.Supplier<URI>>>, RegionIdToURISupplier

public final class DescribeRegionsForRegionURIs extends Object implements RegionIdToURISupplier
Uses the DescribeRegions call to return the regions endpoints, subject to any whitelist present in the property LocationConstants.PROPERTY_REGIONS.
  • Method Details

    • get

      public Map<String,com.google.common.base.Supplier<URI>> get()
      Specified by:
      get in interface com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>>
      Specified by:
      get in interface Supplier<Map<String,com.google.common.base.Supplier<URI>>>