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

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

Uses of BucketLifeCycle in org.jclouds.googlecloudstorage.domain
 

Fields in org.jclouds.googlecloudstorage.domain declared as BucketLifeCycle
protected  BucketLifeCycle BucketTemplate.lifeCycle
           
 

Methods in org.jclouds.googlecloudstorage.domain that return BucketLifeCycle
 BucketLifeCycle BucketTemplate.getLifeCycle()
           
 BucketLifeCycle Bucket.getLifeCycle()
           
 

Methods in org.jclouds.googlecloudstorage.domain with parameters of type BucketLifeCycle
 BucketTemplate BucketTemplate.lifeCycle(BucketLifeCycle lifeCycle)
           
 Bucket.Builder Bucket.Builder.lifeCycle(BucketLifeCycle lifeCycle)
           
 

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

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

Methods in org.jclouds.googlecloudstorage.domain.internal with parameters of type BucketLifeCycle
 BucketLifeCycle.Builder BucketLifeCycle.Builder.fromLifeCycle(BucketLifeCycle in)
           
 



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