Uses of Class
com.amazonaws.services.cloudfront.model.ActiveTrustedSigners

Packages that use ActiveTrustedSigners
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of ActiveTrustedSigners in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return ActiveTrustedSigners
 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 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 ActiveTrustedSigners.withEnabled(Boolean enabled)
          Each active trusted signer.
 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.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.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
 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.
 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.
 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.
 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.
 



Copyright © 2016. All rights reserved.