| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ViewerProtocolPolicy |
ViewerProtocolPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ViewerProtocolPolicy |
ViewerProtocolPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewerProtocolPolicy[] |
ViewerProtocolPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ViewerProtocolPolicy |
CacheBehavior.viewerProtocolPolicy()
The protocol that viewers can use to access the files in the origin specified by
TargetOriginId when
a request matches the path pattern in PathPattern. |
ViewerProtocolPolicy |
DefaultCacheBehavior.viewerProtocolPolicy()
The protocol that viewers can use to access the files in the origin specified by
TargetOriginId when
a request matches the path pattern in PathPattern. |
| Modifier and Type | Method and Description |
|---|---|
static Set<ViewerProtocolPolicy> |
ViewerProtocolPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CacheBehavior.Builder |
CacheBehavior.Builder.viewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)
The protocol that viewers can use to access the files in the origin specified by
TargetOriginId
when a request matches the path pattern in PathPattern. |
DefaultCacheBehavior.Builder |
DefaultCacheBehavior.Builder.viewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)
The protocol that viewers can use to access the files in the origin specified by
TargetOriginId
when a request matches the path pattern in PathPattern. |
Copyright © 2017. All rights reserved.