Constructor and Description |
---|
Bucket.Cors() |
Modifier and Type | Method and Description |
---|---|
static Bucket.Cors |
create(List<String> origin,
List<String> method,
List<String> responseHeader,
Integer maxAgeSeconds) |
abstract Integer |
maxAgeSeconds() |
abstract List<String> |
method() |
abstract List<String> |
origin() |
abstract List<String> |
responseHeader() |
public abstract Integer maxAgeSeconds()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.