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

Packages that use Rule
org.jclouds.googlecloudstorage.domain.internal   
 

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

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

Methods in org.jclouds.googlecloudstorage.domain.internal that return types with arguments of type Rule
 Set<Rule> BucketLifeCycle.getRules()
           
 

Methods in org.jclouds.googlecloudstorage.domain.internal with parameters of type Rule
 BucketLifeCycle.Builder BucketLifeCycle.Builder.addRule(Rule rule)
           
 Rule.Builder Rule.Builder.fromRule(Rule in)
           
 

Method parameters in org.jclouds.googlecloudstorage.domain.internal with type arguments of type Rule
 BucketLifeCycle.Builder BucketLifeCycle.Builder.rule(Set<Rule> rules)
           
 



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