Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
TrustedSigners |
TrustedSigners.clone() |
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 |
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 |
CacheBehavior.getTrustedSigners()
|
TrustedSigners |
DefaultCacheBehavior.getTrustedSigners()
|
TrustedSigners |
TrustedSigners.withEnabled(Boolean enabled)
This field is
true if any of the Amazon Web Services accounts in the list are configured as trusted
signers. |
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 |
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 |
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.
|
void |
CacheBehavior.setTrustedSigners(TrustedSigners trustedSigners)
|
void |
DefaultCacheBehavior.setTrustedSigners(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.
|
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.
|
CacheBehavior |
CacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
|
DefaultCacheBehavior |
DefaultCacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
|
Copyright © 2024. All rights reserved.