Package | Description |
---|---|
org.jets3t.service.model.cloudfront |
Modifier and Type | Method and Description |
---|---|
static CacheBehavior.ViewerProtocolPolicy |
CacheBehavior.ViewerProtocolPolicy.fromText(String text) |
CacheBehavior.ViewerProtocolPolicy |
CacheBehavior.getViewerProtocolPolicy() |
static CacheBehavior.ViewerProtocolPolicy |
CacheBehavior.ViewerProtocolPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheBehavior.ViewerProtocolPolicy[] |
CacheBehavior.ViewerProtocolPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheBehavior.setViewerProtocolPolicy(CacheBehavior.ViewerProtocolPolicy viewerProtocolPolicy) |
Constructor and Description |
---|
CacheBehavior(String targetOriginId,
boolean isForwardQueryString,
String[] trustedSignerAwsAccountNumbers,
CacheBehavior.ViewerProtocolPolicy viewerProtocolPolicy,
Long minTTL) |
CacheBehavior(String pathPattern,
String targetOriginId,
boolean isForwardQueryString,
String[] trustedSignerAwsAccountNumbers,
CacheBehavior.ViewerProtocolPolicy viewerProtocolPolicy,
Long minTTL) |
Copyright © 2006–2018. All rights reserved.