Uses of Class
com.amazonaws.services.cloudfront.model.TrustedSigners

Packages that use TrustedSigners
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of TrustedSigners in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return TrustedSigners
 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 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 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 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.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type TrustedSigners
 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 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 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.
 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 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.
 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 © 2016. All rights reserved.