Uses of Class
com.amazonaws.services.cloudfront.model.ActiveTrustedSigners
-
Packages that use ActiveTrustedSigners Package Description com.amazonaws.services.cloudfront.model -
-
Uses of ActiveTrustedSigners in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return ActiveTrustedSigners Modifier and Type Method Description ActiveTrustedSigners
ActiveTrustedSigners. clone()
ActiveTrustedSigners
Distribution. getActiveTrustedSigners()
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.ActiveTrustedSigners
StreamingDistribution. getActiveTrustedSigners()
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.ActiveTrustedSigners
ActiveTrustedSigners. withEnabled(Boolean enabled)
Each active trusted signer.ActiveTrustedSigners
ActiveTrustedSigners. withItems(Signer... items)
A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.ActiveTrustedSigners
ActiveTrustedSigners. withItems(Collection<Signer> items)
A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.ActiveTrustedSigners
ActiveTrustedSigners. withQuantity(Integer quantity)
The number of unique trusted signers included in all cache behaviors.Methods in com.amazonaws.services.cloudfront.model with parameters of type ActiveTrustedSigners Modifier and Type Method Description void
Distribution. setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.void
StreamingDistribution. setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.Distribution
Distribution. withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.StreamingDistribution
StreamingDistribution. withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.
-