Uses of Class
com.amazonaws.services.cloudfront.model.TrustedSigners
-
Packages that use TrustedSigners Package Description com.amazonaws.services.cloudfront.model -
-
Uses of TrustedSigners in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return TrustedSigners Modifier and Type Method Description TrustedSigners
TrustedSigners. clone()
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
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
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
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(String... items)
Optional: A complex type that contains trusted signers for this cache behavior.TrustedSigners
TrustedSigners. withItems(Collection<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.Methods in com.amazonaws.services.cloudfront.model with parameters of type TrustedSigners Modifier and Type Method 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
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.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.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.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.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.
-