org.jclouds.aws.util
Class AWSUtils.GetRegionFromLocation

java.lang.Object
  extended by org.jclouds.aws.util.AWSUtils.GetRegionFromLocation
All Implemented Interfaces:
com.google.common.base.Function<Location,String>
Enclosing class:
AWSUtils

@Singleton
public static class AWSUtils.GetRegionFromLocation
extends Object
implements com.google.common.base.Function<Location,String>


Constructor Summary
AWSUtils.GetRegionFromLocation()
           
 
Method Summary
 String apply(Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

AWSUtils.GetRegionFromLocation

public AWSUtils.GetRegionFromLocation()
Method Detail

apply

public String apply(Location location)
Specified by:
apply in interface com.google.common.base.Function<Location,String>


Copyright © 2009-2012 jclouds. All Rights Reserved.