Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ActiveTrustedKeyGroups.Builder
Packages that use ActiveTrustedKeyGroups.Builder
-
Uses of ActiveTrustedKeyGroups.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ActiveTrustedKeyGroups.BuilderModifier and TypeMethodDescriptionActiveTrustedKeyGroups.builder()This field istrueif any of the key groups have public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedKeyGroups.Builder.items(Collection<KGKeyPairIds> items) A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedKeyGroups.Builder.items(Consumer<KGKeyPairIds.Builder>... items) A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedKeyGroups.Builder.items(KGKeyPairIds... items) A list of key groups, including the identifiers of the public keys in each key group that CloudFront can use to verify the signatures of signed URLs and signed cookies.The number of key groups in the list.ActiveTrustedKeyGroups.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ActiveTrustedKeyGroups.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActiveTrustedKeyGroups.Builder>ActiveTrustedKeyGroups.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ActiveTrustedKeyGroups.BuilderModifier and TypeMethodDescriptiondefault Distribution.BuilderDistribution.Builder.activeTrustedKeyGroups(Consumer<ActiveTrustedKeyGroups.Builder> 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.