Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
TrustedSigners |
TrustedSigners.clone() |
TrustedSigners |
CacheBehavior.getTrustedSigners()
|
TrustedSigners |
StreamingDistributionSummary.getTrustedSigners()
A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed
URLs for private content.
|
TrustedSigners |
DefaultCacheBehavior.getTrustedSigners()
|
TrustedSigners |
StreamingDistributionConfig.getTrustedSigners()
A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for
private content.
|
TrustedSigners |
TrustedSigners.withEnabled(Boolean enabled)
This field is
true if any of the Amazon Web Services 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 Amazon Web Services account identifiers.
|
TrustedSigners |
TrustedSigners.withItems(String... items)
A list of Amazon Web Services account identifiers.
|
TrustedSigners |
TrustedSigners.withQuantity(Integer quantity)
The number of Amazon Web Services accounts in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheBehavior.setTrustedSigners(TrustedSigners trustedSigners)
|
void |
StreamingDistributionSummary.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed
URLs for private content.
|
void |
DefaultCacheBehavior.setTrustedSigners(TrustedSigners trustedSigners)
|
void |
StreamingDistributionConfig.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for
private content.
|
CacheBehavior |
CacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
|
StreamingDistributionSummary |
StreamingDistributionSummary.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed
URLs for private content.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
|
StreamingDistributionConfig |
StreamingDistributionConfig.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for
private content.
|
Copyright © 2022. All rights reserved.