| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
TrustedSigners |
TrustedSigners.clone() |
TrustedSigners |
StreamingDistributionConfig.getTrustedSigners()
A complex type that specifies any accounts that you want to permit to create signed URLs for private content.
|
TrustedSigners |
CacheBehavior.getTrustedSigners()
|
TrustedSigners |
DefaultCacheBehavior.getTrustedSigners()
|
TrustedSigners |
StreamingDistributionSummary.getTrustedSigners()
A complex type that specifies the accounts, if any, that you want to allow to create signed URLs for private
content.
|
TrustedSigners |
TrustedSigners.withEnabled(Boolean enabled)
This field is
true if any of the accounts have public keys that CloudFront can use to verify the
signatures of signed URLs and signed cookies. |
TrustedSigners |
TrustedSigners.withItems(Collection<String> items)
A list of account identifiers.
|
TrustedSigners |
TrustedSigners.withItems(String... items)
A list of account identifiers.
|
TrustedSigners |
TrustedSigners.withQuantity(Integer quantity)
The number of accounts in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingDistributionConfig.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies any accounts that you want to permit to create signed URLs for private content.
|
void |
CacheBehavior.setTrustedSigners(TrustedSigners trustedSigners)
|
void |
DefaultCacheBehavior.setTrustedSigners(TrustedSigners trustedSigners)
|
void |
StreamingDistributionSummary.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the accounts, if any, that you want to allow to create signed URLs for private
content.
|
StreamingDistributionConfig |
StreamingDistributionConfig.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies any accounts that you want to permit to create signed URLs for private content.
|
CacheBehavior |
CacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
|
DefaultCacheBehavior |
DefaultCacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
|
StreamingDistributionSummary |
StreamingDistributionSummary.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the accounts, if any, that you want to allow to create signed URLs for private
content.
|
Copyright © 2021. All rights reserved.