Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
TrustedSigners |
TrustedSigners.clone() |
TrustedSigners |
DefaultCacheBehavior.getTrustedSigners()
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private
content.
|
TrustedSigners |
StreamingDistributionSummary.getTrustedSigners()
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private
content.
|
TrustedSigners |
StreamingDistributionConfig.getTrustedSigners()
A complex type that specifies any AWS accounts that you want to permit to create signed URLs for private content.
|
TrustedSigners |
CacheBehavior.getTrustedSigners()
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private
content.
|
TrustedSigners |
TrustedSigners.withEnabled(Boolean enabled)
Specifies whether you want to require viewers to use signed URLs to access the files specified by
PathPattern and TargetOriginId . |
TrustedSigners |
TrustedSigners.withItems(Collection<String> items)
Optional: A complex type that contains trusted signers for this cache behavior.
|
TrustedSigners |
TrustedSigners.withItems(String... items)
Optional: A complex type that contains trusted signers for this cache behavior.
|
TrustedSigners |
TrustedSigners.withQuantity(Integer quantity)
The number of trusted signers for this cache behavior.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCacheBehavior.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private
content.
|
void |
StreamingDistributionSummary.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the AWS 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 AWS accounts that you want to permit to create signed URLs for private content.
|
void |
CacheBehavior.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private
content.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private
content.
|
StreamingDistributionSummary |
StreamingDistributionSummary.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the AWS 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 AWS accounts that you want to permit to create signed URLs for private content.
|
CacheBehavior |
CacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private
content.
|
Copyright © 2020. All rights reserved.