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

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

Uses of Owner in org.jclouds.googlecloudstorage.domain
 

Methods in org.jclouds.googlecloudstorage.domain that return Owner
 Owner GCSObject.getOwner()
           
 Owner Bucket.getOwner()
           
 

Methods in org.jclouds.googlecloudstorage.domain with parameters of type Owner
protected  GCSObject.Builder GCSObject.Builder.owner(Owner owner)
           
 Bucket.Builder Bucket.Builder.owner(Owner owner)
           
 

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

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

Methods in org.jclouds.googlecloudstorage.domain.internal with parameters of type Owner
 Owner.Builder Owner.Builder.fromOwner(Owner in)
           
 

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

Fields in org.jclouds.googlecloudstorage.domain.templates declared as Owner
protected  Owner BucketTemplate.owner
           
 

Methods in org.jclouds.googlecloudstorage.domain.templates that return Owner
 Owner BucketTemplate.getOwner()
           
 

Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type Owner
 BucketTemplate BucketTemplate.owner(Owner owner)
           
 



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