Uses of Class
software.amazon.awssdk.services.cloudfront.model.Signer
-
Packages that use Signer Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of Signer in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type Signer Modifier and Type Method Description List<Signer>ActiveTrustedSigners. items()A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account 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 Signer Modifier and Type Method Description ActiveTrustedSigners.BuilderActiveTrustedSigners.Builder. items(Signer... items)A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account 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 Signer Modifier and Type Method Description ActiveTrustedSigners.BuilderActiveTrustedSigners.Builder. items(Collection<Signer> items)A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
-