Uses of Class
org.jclouds.googlecloudstorage.domain.DomainResourceRefferences.Location

Packages that use DomainResourceRefferences.Location
org.jclouds.googlecloudstorage.domain   
 

Uses of DomainResourceRefferences.Location in org.jclouds.googlecloudstorage.domain
 

Fields in org.jclouds.googlecloudstorage.domain declared as DomainResourceRefferences.Location
protected  DomainResourceRefferences.Location BucketTemplate.location
           
 

Methods in org.jclouds.googlecloudstorage.domain that return DomainResourceRefferences.Location
static DomainResourceRefferences.Location DomainResourceRefferences.Location.fromValue(String location)
           
 DomainResourceRefferences.Location BucketTemplate.getLocation()
           
 DomainResourceRefferences.Location Bucket.getLocation()
           
static DomainResourceRefferences.Location DomainResourceRefferences.Location.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DomainResourceRefferences.Location[] DomainResourceRefferences.Location.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.googlecloudstorage.domain with parameters of type DomainResourceRefferences.Location
 BucketTemplate BucketTemplate.location(DomainResourceRefferences.Location location)
           
 Bucket.Builder Bucket.Builder.location(DomainResourceRefferences.Location location)
           
 



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