Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
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 |
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 |
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 |
StreamingDistributionConfig.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 end users 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 |
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.
|
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 |
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 |
StreamingDistributionConfig.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.
|
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.
|
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.
|
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.
|
StreamingDistributionConfig |
StreamingDistributionConfig.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 © 2014. All rights reserved.