Uses of Class
org.jclouds.googlecloudstorage.domain.internal.BucketCors

Packages that use BucketCors
org.jclouds.googlecloudstorage.domain   
org.jclouds.googlecloudstorage.domain.internal   
org.jclouds.googlecloudstorage.domain.templates   
 

Uses of BucketCors in org.jclouds.googlecloudstorage.domain
 

Methods in org.jclouds.googlecloudstorage.domain that return types with arguments of type BucketCors
 Set<BucketCors> Bucket.getCors()
           
 

Methods in org.jclouds.googlecloudstorage.domain with parameters of type BucketCors
 Bucket.Builder Bucket.Builder.addCORS(BucketCors cors)
           
 

Method parameters in org.jclouds.googlecloudstorage.domain with type arguments of type BucketCors
 Bucket.Builder Bucket.Builder.cors(Set<BucketCors> cors)
           
 

Uses of BucketCors in org.jclouds.googlecloudstorage.domain.internal
 

Methods in org.jclouds.googlecloudstorage.domain.internal that return BucketCors
 BucketCors BucketCors.Builder.build()
           
 

Methods in org.jclouds.googlecloudstorage.domain.internal with parameters of type BucketCors
 BucketCors.Builder BucketCors.Builder.fromCors(BucketCors in)
           
 

Uses of BucketCors in org.jclouds.googlecloudstorage.domain.templates
 

Fields in org.jclouds.googlecloudstorage.domain.templates with type parameters of type BucketCors
protected  Set<BucketCors> BucketTemplate.cors
           
 

Methods in org.jclouds.googlecloudstorage.domain.templates that return types with arguments of type BucketCors
 Set<BucketCors> BucketTemplate.getCors()
           
 

Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type BucketCors
 BucketTemplate BucketTemplate.addCORS(BucketCors cors)
           
 

Method parameters in org.jclouds.googlecloudstorage.domain.templates with type arguments of type BucketCors
 BucketTemplate BucketTemplate.cors(Set<BucketCors> cors)
           
 



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