Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and 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()
A complex type that lists the AWS accounts, if any, that you included in the
TrustedSigners complex
type for this distribution. |
ActiveTrustedSigners |
ActiveTrustedSigners.withEnabled(Boolean enabled)
Enabled is
true if any of the AWS accounts listed in the TrustedSigners complex type
for this distribution have active CloudFront key pairs. |
ActiveTrustedSigners |
ActiveTrustedSigners.withItems(Collection<Signer> items)
A complex type that contains one
Signer complex type for each trusted signer that is specified in
the TrustedSigners complex type. |
ActiveTrustedSigners |
ActiveTrustedSigners.withItems(Signer... items)
A complex type that contains one
Signer complex type for each trusted signer that is specified in
the TrustedSigners complex type. |
ActiveTrustedSigners |
ActiveTrustedSigners.withQuantity(Integer quantity)
The number of trusted signers specified in the
TrustedSigners complex type. |
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)
A complex type that lists the AWS accounts, if any, that you included in the
TrustedSigners complex
type for this distribution. |
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)
A complex type that lists the AWS accounts, if any, that you included in the
TrustedSigners complex
type for this distribution. |
Copyright © 2020. All rights reserved.