Uses of Class
org.jclouds.googlecloudstorage.domain.Bucket
Packages that use Bucket
Package
Description
-
Uses of Bucket in org.jclouds.googlecloudstorage.blobstore.functions
Methods in org.jclouds.googlecloudstorage.blobstore.functions with parameters of type Bucket -
Uses of Bucket in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return BucketModifier and TypeMethodDescriptionstatic 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 in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return BucketModifier and TypeMethodDescriptionBucketApi.createBucket
(String projectId, BucketTemplate bucketTemplate) Creates a new bucketBucketApi.createBucket
(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options) Creates a new BucketReturns metadata for the specified bucket.BucketApi.getBucket
(String bucketName, GetBucketOptions options) Returns metadata for the specified bucketBucketApi.patchBucket
(String bucketName, BucketTemplate bucketTemplate) Updates a bucket supporting patch semantics.BucketApi.patchBucket
(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options) Updates a bucket supporting patch semantics.BucketApi.updateBucket
(String bucketName, BucketTemplate bucketTemplate) Updates a bucketBucketApi.updateBucket
(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options) Updates a bucketMethods in org.jclouds.googlecloudstorage.features that return types with arguments of type BucketModifier and TypeMethodDescriptionBucketApi.listBucket
(String projectId) Retrieves a list of buckets for a given projectBucketApi.listBucket
(String projectId, ListOptions options) Retrieves a list of buckets for a given project