Uses of Class
org.jclouds.googlecloudstorage.domain.BucketAccessControls
-
Packages that use BucketAccessControls Package Description org.jclouds.googlecloudstorage.domain org.jclouds.googlecloudstorage.domain.templates org.jclouds.googlecloudstorage.features -
-
Uses of BucketAccessControls in org.jclouds.googlecloudstorage.domain
Methods in org.jclouds.googlecloudstorage.domain that return BucketAccessControls Modifier and Type Method Description BucketAccessControls
BucketAccessControls.Builder. build()
Methods in org.jclouds.googlecloudstorage.domain that return types with arguments of type BucketAccessControls Modifier and Type Method Description abstract List<BucketAccessControls>
Bucket. acl()
Method parameters in org.jclouds.googlecloudstorage.domain with type arguments of type BucketAccessControls 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 BucketAccessControls in org.jclouds.googlecloudstorage.domain.templates
Methods in org.jclouds.googlecloudstorage.domain.templates that return types with arguments of type BucketAccessControls Modifier and Type Method Description List<BucketAccessControls>
BucketTemplate. acl()
Methods in org.jclouds.googlecloudstorage.domain.templates with parameters of type BucketAccessControls Modifier and Type Method Description BucketTemplate
BucketTemplate. addAcl(BucketAccessControls bucketAccessControls)
Method parameters in org.jclouds.googlecloudstorage.domain.templates with type arguments of type BucketAccessControls Modifier and Type Method Description BucketTemplate
BucketTemplate. acl(List<BucketAccessControls> acl)
-
Uses of BucketAccessControls in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features that return BucketAccessControls Modifier and Type Method Description BucketAccessControls
BucketAccessControlsApi. createBucketAccessControls(String bucketName, BucketAccessControlsTemplate template)
Creates a new ACL entry on the specified bucket.BucketAccessControls
BucketAccessControlsApi. getBucketAccessControls(String bucketName, String entity)
Returns the ACL entry for the specified entity on the specified bucket.BucketAccessControls
BucketAccessControlsApi. patchBucketAccessControls(String bucketName, String entity, BucketAccessControlsTemplate template)
Updates an ACL entry on the specified bucket.BucketAccessControls
BucketAccessControlsApi. updateBucketAccessControls(String bucketName, String entity, BucketAccessControlsTemplate template)
Updates an ACL entry on the specified bucketMethods in org.jclouds.googlecloudstorage.features that return types with arguments of type BucketAccessControls Modifier and Type Method Description List<BucketAccessControls>
BucketAccessControlsApi. listBucketAccessControls(String bucketName)
Retrieves all ACL entries on a specified bucket
-