| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveTrustedSigners |
ActiveTrustedSigners.clone() |
ActiveTrustedSigners |
StreamingDistribution.getActiveTrustedSigners()
A complex type that lists the accounts, if any, that you included in the
TrustedSigners complex type
for this distribution. |
ActiveTrustedSigners |
Distribution.getActiveTrustedSigners()
|
ActiveTrustedSigners |
ActiveTrustedSigners.withEnabled(Boolean enabled)
This field is
true if any of the 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 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 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 accounts in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingDistribution.setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
A complex type that lists the accounts, if any, that you included in the
TrustedSigners complex type
for this distribution. |
void |
Distribution.setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
|
StreamingDistribution |
StreamingDistribution.withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
A complex type that lists the accounts, if any, that you included in the
TrustedSigners complex type
for this distribution. |
Distribution |
Distribution.withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners)
|
Copyright © 2021. All rights reserved.