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

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

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

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

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

Methods in org.jclouds.googlecloudstorage.options with parameters of type DomainResourceReferences.PredefinedAcl
 UpdateObjectOptions UpdateObjectOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 UpdateObjectOptions UpdateObjectOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 UpdateBucketOptions UpdateBucketOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 UpdateBucketOptions UpdateBucketOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 InsertObjectOptions InsertObjectOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 InsertObjectOptions InsertObjectOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 InsertBucketOptions InsertBucketOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 InsertBucketOptions InsertBucketOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 DeleteObjectOptions DeleteObjectOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 DeleteObjectOptions DeleteObjectOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 CopyObjectOptions CopyObjectOptions.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 CopyObjectOptions CopyObjectOptions.Builder.predefinedAcl(DomainResourceReferences.PredefinedAcl predefinedAcl)
           
 



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