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

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

Uses of Website in org.jclouds.googlecloudstorage.domain
 

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

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

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

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

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

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



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