Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
ActiveTrustedKeyGroups |
ActiveTrustedKeyGroups.clone() |
ActiveTrustedKeyGroups |
Distribution.getActiveTrustedKeyGroups()
CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this
distribution to serve private content using key groups.
|
ActiveTrustedKeyGroups |
ActiveTrustedKeyGroups.withEnabled(Boolean enabled)
This field is
true if any of the key groups have public keys that CloudFront can use to verify the
signatures of signed URLs and signed cookies. |
ActiveTrustedKeyGroups |
ActiveTrustedKeyGroups.withItems(Collection<KGKeyPairIds> items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to
verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedKeyGroups |
ActiveTrustedKeyGroups.withItems(KGKeyPairIds... items)
A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to
verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedKeyGroups |
ActiveTrustedKeyGroups.withQuantity(Integer quantity)
The number of key groups in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
Distribution.setActiveTrustedKeyGroups(ActiveTrustedKeyGroups activeTrustedKeyGroups)
CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this
distribution to serve private content using key groups.
|
Distribution |
Distribution.withActiveTrustedKeyGroups(ActiveTrustedKeyGroups activeTrustedKeyGroups)
CloudFront automatically adds this field to the response if you’ve configured a cache behavior in this
distribution to serve private content using key groups.
|
Copyright © 2022. All rights reserved.