Uses of Class
software.amazon.awssdk.services.cloudfront.model.TrustedKeyGroups
-
Packages that use TrustedKeyGroups Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of TrustedKeyGroups in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustedKeyGroups Modifier and Type Method Description TrustedKeyGroupsCacheBehavior. trustedKeyGroups()A list of key groups that CloudFront can use to validate signed URLs or signed cookies.TrustedKeyGroupsDefaultCacheBehavior. trustedKeyGroups()A list of key groups that CloudFront can use to validate signed URLs or signed cookies.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type TrustedKeyGroups Modifier and Type Method Description CacheBehavior.BuilderCacheBehavior.Builder. trustedKeyGroups(TrustedKeyGroups trustedKeyGroups)A list of key groups that CloudFront can use to validate signed URLs or signed cookies.DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. trustedKeyGroups(TrustedKeyGroups trustedKeyGroups)A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
-