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

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

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

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

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

Methods in org.jclouds.googlecloudstorage.options with parameters of type DomainResourceRefferences.PredefinedAcl
 UpdateBucketOptions UpdateBucketOptions.predefinedAcl(DomainResourceRefferences.PredefinedAcl predefinedAcl)
           
 UpdateBucketOptions UpdateBucketOptions.Builder.predefinedAcl(DomainResourceRefferences.PredefinedAcl predefinedAcl)
           
 InsertBucketOptions InsertBucketOptions.predefinedAcl(DomainResourceRefferences.PredefinedAcl predefinedAcl)
           
 InsertBucketOptions InsertBucketOptions.Builder.predefinedAcl(DomainResourceRefferences.PredefinedAcl predefinedAcl)
           
 



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