Uses of Class
org.jclouds.googlecloudstorage.domain.DomainResourceReferences.Projection

Packages that use DomainResourceReferences.Projection
org.jclouds.googlecloudstorage.domain   
org.jclouds.googlecloudstorage.options   
 

Uses of DomainResourceReferences.Projection in org.jclouds.googlecloudstorage.domain
 

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

Uses of DomainResourceReferences.Projection in org.jclouds.googlecloudstorage.options
 

Methods in org.jclouds.googlecloudstorage.options with parameters of type DomainResourceReferences.Projection
 UpdateObjectOptions UpdateObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 UpdateBucketOptions UpdateObjectOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 UpdateBucketOptions UpdateBucketOptions.projection(DomainResourceReferences.Projection projection)
           
 UpdateBucketOptions UpdateBucketOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 ListOptions ListOptions.projection(DomainResourceReferences.Projection projection)
           
 ListOptions ListOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 ListObjectOptions ListObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 ListObjectOptions ListObjectOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 InsertObjectOptions InsertObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 UpdateObjectOptions InsertObjectOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 InsertBucketOptions InsertBucketOptions.projection(DomainResourceReferences.Projection projection)
           
 InsertBucketOptions InsertBucketOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 GetObjectOptions GetObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 GetObjectOptions GetObjectOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 GetBucketOptions GetBucketOptions.projection(DomainResourceReferences.Projection projection)
           
 GetBucketOptions GetBucketOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 CopyObjectOptions CopyObjectOptions.projection(DomainResourceReferences.Projection projection)
           
 UpdateObjectOptions CopyObjectOptions.Builder.projection(DomainResourceReferences.Projection projection)
           
 



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