Uses of Class
software.amazon.awssdk.services.cloudfront.model.TrustedKeyGroups
Packages that use TrustedKeyGroups
-
Uses of TrustedKeyGroups in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustedKeyGroupsModifier and TypeMethodDescriptionfinal TrustedKeyGroupsCacheBehavior.trustedKeyGroups()A list of key groups that CloudFront can use to validate signed URLs or signed cookies.final 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 TrustedKeyGroupsModifier and TypeMethodDescriptionCacheBehavior.Builder.trustedKeyGroups(TrustedKeyGroups trustedKeyGroups) A list of key groups that CloudFront can use to validate signed URLs or signed cookies.DefaultCacheBehavior.Builder.trustedKeyGroups(TrustedKeyGroups trustedKeyGroups) A list of key groups that CloudFront can use to validate signed URLs or signed cookies.