| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveTrustedSigners |
ActiveTrustedSigners.clone() |
ActiveTrustedSigners |
Distribution.getActiveTrustedSigners()
|
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)
This field is
true if any of the AWS accounts in the list have active CloudFront key pairs that
CloudFront can use to verify the signatures of signed URLs and signed cookies. |
ActiveTrustedSigners |
ActiveTrustedSigners.withItems(Collection<Signer> items)
A list of AWS accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use
to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedSigners |
ActiveTrustedSigners.withItems(Signer... items)
A list of AWS accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use
to verify the signatures of signed URLs and signed cookies.
|
ActiveTrustedSigners |
ActiveTrustedSigners.withQuantity(Integer quantity)
The number of AWS accounts in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
|
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)
|
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 © 2021. All rights reserved.