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

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

Uses of Website in org.jclouds.googlecloudstorage.domain
 

Fields in org.jclouds.googlecloudstorage.domain declared as Website
protected  Website BucketTemplate.website
           
 

Methods in org.jclouds.googlecloudstorage.domain that return Website
 Website BucketTemplate.getWebsite()
           
 Website Bucket.getWebsite()
           
 

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

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

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

Methods in org.jclouds.googlecloudstorage.domain.internal with parameters of type Website
 Website.Builder Website.Builder.fromWebsite(Website in)
           
 



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