Uses of Class
org.jclouds.googlecloudstorage.domain.Bucket.Cors
-
Packages that use Bucket.Cors Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.domain.templates -
-
Uses of Bucket.Cors in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return Bucket.Cors Modifier and Type Method Description static Bucket.Cors
Bucket.Cors. create(List<String> origin, List<String> method, List<String> responseHeader, Integer maxAgeSeconds)
Methods in org.jclouds.googlecloudstorage.domain that return types with arguments of type Bucket.Cors Modifier and Type Method Description abstract List<Bucket.Cors>
Bucket. cors()
-
Uses of Bucket.Cors in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return types with arguments of type Bucket.Cors Modifier and Type Method Description List<Bucket.Cors>
BucketTemplate. cors()
Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type Bucket.Cors Modifier and Type Method Description BucketTemplate
BucketTemplate. addCORS(Bucket.Cors cors)
Method parameters in org.jclouds.googlecloudstorage.domain.templates with type arguments of type Bucket.Cors Modifier and Type Method Description BucketTemplate
BucketTemplate. cors(List<Bucket.Cors> cors)
-