Uses of Class
org.jclouds.googlecloudstorage.domain.Bucket.LifeCycle.Rule
-
Packages that use Bucket.LifeCycle.Rule Package Description org.jclouds.googlecloudstorage.domain -
-
Uses of Bucket.LifeCycle.Rule in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return Bucket.LifeCycle.Rule Modifier and Type Method Description static Bucket.LifeCycle.Rule
Bucket.LifeCycle.Rule. create(Bucket.LifeCycle.Rule.Action action, Bucket.LifeCycle.Rule.Condition condition)
Methods in org.jclouds.googlecloudstorage.domain that return types with arguments of type Bucket.LifeCycle.Rule Modifier and Type Method Description abstract List<Bucket.LifeCycle.Rule>
Bucket.LifeCycle. rules()
Method parameters in org.jclouds.googlecloudstorage.domain with type arguments of type Bucket.LifeCycle.Rule Modifier and Type Method Description static Bucket.LifeCycle
Bucket.LifeCycle. create(List<Bucket.LifeCycle.Rule> rules)
-