Package | Description |
---|---|
org.jclouds.googlecloudstorage.domain | |
org.jclouds.googlecloudstorage.domain.templates |
Modifier and Type | Method and Description |
---|---|
static Bucket.Cors |
Bucket.Cors.create(List<String> origin,
List<String> method,
List<String> responseHeader,
Integer maxAgeSeconds) |
Modifier and Type | Method and Description |
---|---|
abstract List<Bucket.Cors> |
Bucket.cors() |
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<Bucket.Cors> |
BucketTemplate.cors() |
Modifier and Type | Method and Description |
---|---|
BucketTemplate |
BucketTemplate.addCORS(Bucket.Cors cors) |
Modifier and Type | Method and Description |
---|---|
BucketTemplate |
BucketTemplate.cors(List<Bucket.Cors> cors) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.