Uses of Class
org.jclouds.googlecloudstorage.domain.Bucket.LifeCycle
Packages that use Bucket.LifeCycle
Package
Description
-
Uses of Bucket.LifeCycle in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return Bucket.LifeCycleModifier and TypeMethodDescriptionstatic Bucket.LifeCycle
Bucket.LifeCycle.create
(List<Bucket.LifeCycle.Rule> rules) abstract Bucket.LifeCycle
Bucket.lifeCycle()
Methods in org.jclouds.googlecloudstorage.domain with parameters of type Bucket.LifeCycleModifier and TypeMethodDescriptionstatic Bucket
Bucket.create
(String id, String name, Long projectNumber, Date timeCreated, Long metageneration, List<BucketAccessControls> acl, List<ObjectAccessControls> defaultObjectAcl, Owner owner, DomainResourceReferences.Location location, Bucket.Website website, Bucket.Logging logging, Bucket.Versioning versioning, List<Bucket.Cors> cors, Bucket.LifeCycle lifeCycle, DomainResourceReferences.StorageClass storageClass) -
Uses of Bucket.LifeCycle in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return Bucket.LifeCycleMethods in org.jclouds.googlecloudstorage.domain.templates with parameters of type Bucket.LifeCycle