Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
TrustedKeyGroups |
TrustedKeyGroups.clone() |
TrustedKeyGroups |
CacheBehavior.getTrustedKeyGroups()
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
TrustedKeyGroups |
DefaultCacheBehavior.getTrustedKeyGroups()
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
TrustedKeyGroups |
TrustedKeyGroups.withEnabled(Boolean enabled)
This field is
true if any of the key groups in the list have public keys that CloudFront can use to
verify the signatures of signed URLs and signed cookies. |
TrustedKeyGroups |
TrustedKeyGroups.withItems(Collection<String> items)
A list of key groups identifiers.
|
TrustedKeyGroups |
TrustedKeyGroups.withItems(String... items)
A list of key groups identifiers.
|
TrustedKeyGroups |
TrustedKeyGroups.withQuantity(Integer quantity)
The number of key groups in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheBehavior.setTrustedKeyGroups(TrustedKeyGroups trustedKeyGroups)
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
void |
DefaultCacheBehavior.setTrustedKeyGroups(TrustedKeyGroups trustedKeyGroups)
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
CacheBehavior |
CacheBehavior.withTrustedKeyGroups(TrustedKeyGroups trustedKeyGroups)
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withTrustedKeyGroups(TrustedKeyGroups trustedKeyGroups)
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
Copyright © 2023. All rights reserved.