Uses of Class
software.amazon.awssdk.services.cloudfront.model.KGKeyPairIds
-
Packages that use KGKeyPairIds Package Description software.amazon.awssdk.services.cloudfront.model -
-
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 KGKeyPairIds Modifier and Type Method Description 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 KGKeyPairIds Modifier and Type Method Description ActiveTrustedKeyGroups.BuilderActiveTrustedKeyGroups.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 KGKeyPairIds Modifier and Type Method Description ActiveTrustedKeyGroups.BuilderActiveTrustedKeyGroups.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.
-