Uses of Class
software.amazon.awssdk.services.cloudfront.model.KGKeyPairIds
Packages that use KGKeyPairIds
-
Uses of KGKeyPairIds in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type KGKeyPairIdsModifier and TypeMethodDescriptionfinal List<KGKeyPairIds>ActiveTrustedKeyGroups.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.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type KGKeyPairIdsModifier and TypeMethodDescriptionActiveTrustedKeyGroups.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.Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type KGKeyPairIdsModifier and TypeMethodDescriptionActiveTrustedKeyGroups.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.