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

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

Uses of BucketLifeCycle in org.jclouds.googlecloudstorage.domain
 

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

Methods in org.jclouds.googlecloudstorage.domain with parameters of type BucketLifeCycle
 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)
           
 

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

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

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

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



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