Uses of Class
software.amazon.awssdk.services.cloudfront.model.ActiveTrustedKeyGroups
-
Packages that use ActiveTrustedKeyGroups Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ActiveTrustedKeyGroups in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ActiveTrustedKeyGroups Modifier and Type Method Description ActiveTrustedKeyGroupsDistribution. activeTrustedKeyGroups()This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ActiveTrustedKeyGroups Modifier and Type Method Description Distribution.BuilderDistribution.Builder. activeTrustedKeyGroups(ActiveTrustedKeyGroups activeTrustedKeyGroups)This field contains a list of key groups and the public keys in each key group that CloudFront can use to verify the signatures of signed URLs or signed cookies.
-