Uses of Class
org.jclouds.googlecloudstorage.domain.Bucket.LifeCycle.Rule.Condition
-
Packages that use Bucket.LifeCycle.Rule.Condition Package Description org.jclouds.googlecloudstorage.domain -
-
Uses of Bucket.LifeCycle.Rule.Condition in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return Bucket.LifeCycle.Rule.Condition Modifier and Type Method Description abstract Bucket.LifeCycle.Rule.Condition
Bucket.LifeCycle.Rule. condition()
static Bucket.LifeCycle.Rule.Condition
Bucket.LifeCycle.Rule.Condition. create(Integer age, Date createdBefore, Boolean isLive, Integer numNewerVersions)
Methods in org.jclouds.googlecloudstorage.domain with parameters of type Bucket.LifeCycle.Rule.Condition Modifier and Type Method Description static Bucket.LifeCycle.Rule
Bucket.LifeCycle.Rule. create(Bucket.LifeCycle.Rule.Action action, Bucket.LifeCycle.Rule.Condition condition)
-