Package | Description |
---|---|
org.jclouds.googlecloudstorage.domain | |
org.jclouds.googlecloudstorage.domain.templates | |
org.jclouds.googlecloudstorage.features |
Modifier and Type | Method and Description |
---|---|
BucketAccessControls |
BucketAccessControls.Builder.build() |
Modifier and Type | Method and Description |
---|---|
abstract List<BucketAccessControls> |
Bucket.acl() |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<BucketAccessControls> |
BucketTemplate.acl() |
Modifier and Type | Method and Description |
---|---|
BucketTemplate |
BucketTemplate.addAcl(BucketAccessControls bucketAccessControls) |
Modifier and Type | Method and Description |
---|---|
BucketTemplate |
BucketTemplate.acl(List<BucketAccessControls> acl) |
Modifier and Type | Method and 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 bucket
|
Modifier and Type | Method and Description |
---|---|
List<BucketAccessControls> |
BucketAccessControlsApi.listBucketAccessControls(String bucketName)
Retrieves all ACL entries on a specified bucket
|
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.