Uses of Class
com.amazonaws.services.cloudfront.model.TrustedSigners
Packages that use TrustedSigners
-
Uses of TrustedSigners in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return TrustedSignersModifier and TypeMethodDescriptionTrustedSigners.clone()
CacheBehavior.getTrustedSigners()
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.DefaultCacheBehavior.getTrustedSigners()
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.StreamingDistributionConfig.getTrustedSigners()
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.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.withEnabled
(Boolean enabled) Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.Optional: A complex type that contains trusted signers for this cache behavior.TrustedSigners.withItems
(Collection<String> items) Optional: A complex type that contains trusted signers for this cache behavior.TrustedSigners.withQuantity
(Integer quantity) The number of trusted signers for this cache behavior.Methods in com.amazonaws.services.cloudfront.model with parameters of type TrustedSignersModifier and TypeMethodDescriptionvoid
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.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.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.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.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.