Uses of Interface
software.amazon.awssdk.services.cloudfront.model.TrustedKeyGroups.Builder
Packages that use TrustedKeyGroups.Builder
-
Uses of TrustedKeyGroups.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustedKeyGroups.BuilderModifier and TypeMethodDescriptionstatic TrustedKeyGroups.BuilderTrustedKeyGroups.builder()This field istrueif 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.A list of key groups identifiers.TrustedKeyGroups.Builder.items(Collection<String> items) A list of key groups identifiers.The number of key groups in the list.TrustedKeyGroups.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type TrustedKeyGroups.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrustedKeyGroups.Builder>TrustedKeyGroups.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type TrustedKeyGroups.BuilderModifier and TypeMethodDescriptiondefault CacheBehavior.BuilderCacheBehavior.Builder.trustedKeyGroups(Consumer<TrustedKeyGroups.Builder> trustedKeyGroups) A list of key groups that CloudFront can use to validate signed URLs or signed cookies.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder.trustedKeyGroups(Consumer<TrustedKeyGroups.Builder> trustedKeyGroups) A list of key groups that CloudFront can use to validate signed URLs or signed cookies.