Package | Description |
---|---|
com.amazonaws.services.cloudfront_2012_03_15.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
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.withSigners(Collection<Signer> signers)
Each active trusted signer.
|
ActiveTrustedSigners |
ActiveTrustedSigners.withSigners(Signer... signers)
Each active trusted signer.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.