Uses of Class
org.jclouds.googlecloudstorage.domain.Bucket.Logging
-
Packages that use Bucket.Logging Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.domain.templates -
-
Uses of Bucket.Logging in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return Bucket.Logging Modifier and Type Method Description static Bucket.Logging
Bucket.Logging. create(String logBucket, String logObjectPrefix)
abstract Bucket.Logging
Bucket. logging()
Methods in org.jclouds.googlecloudstorage.domain with parameters of type Bucket.Logging Modifier and Type Method Description static Bucket
Bucket. create(String id, String name, Long projectNumber, Date timeCreated, Long metageneration, List<BucketAccessControls> acl, List<ObjectAccessControls> defaultObjectAcl, Owner owner, DomainResourceReferences.Location location, Bucket.Website website, Bucket.Logging logging, Bucket.Versioning versioning, List<Bucket.Cors> cors, Bucket.LifeCycle lifeCycle, DomainResourceReferences.StorageClass storageClass)
-
Uses of Bucket.Logging in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return Bucket.Logging Modifier and Type Method Description Bucket.Logging
BucketTemplate. logging()
Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type Bucket.Logging Modifier and Type Method Description BucketTemplate
BucketTemplate. logging(Bucket.Logging logging)
-