Package | Description |
---|---|
com.amazonaws.services.cloudfront.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.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.
|
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.