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 ActiveTrustedSignersActiveTrustedSigners. clone()ActiveTrustedSignersDistribution. getActiveTrustedSigners()CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.ActiveTrustedSignersStreamingDistribution. getActiveTrustedSigners()CloudFront automatically adds this element to the response only if you've set up the distribution to serve private content with signed URLs.ActiveTrustedSignersActiveTrustedSigners. withEnabled(Boolean enabled)Each active trusted signer.ActiveTrustedSignersActiveTrustedSigners. 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.ActiveTrustedSignersActiveTrustedSigners. 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.ActiveTrustedSignersActiveTrustedSigners. 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 voidDistribution. 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.voidStreamingDistribution. 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.DistributionDistribution. 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.StreamingDistributionStreamingDistribution. 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.
-