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 TrustedSignersTrustedSigners. clone()TrustedSignersCacheBehavior. getTrustedSigners()A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.TrustedSignersDefaultCacheBehavior. getTrustedSigners()A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.TrustedSignersStreamingDistributionConfig. getTrustedSigners()A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.TrustedSignersStreamingDistributionSummary. getTrustedSigners()A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.TrustedSignersTrustedSigners. withEnabled(Boolean enabled)Specifies whether you want to require end users to use signed URLs to access the files specified by PathPattern and TargetOriginId.TrustedSignersTrustedSigners. withItems(String... items)Optional: A complex type that contains trusted signers for this cache behavior.TrustedSignersTrustedSigners. withItems(Collection<String> items)Optional: A complex type that contains trusted signers for this cache behavior.TrustedSignersTrustedSigners. 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 voidCacheBehavior. 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.voidDefaultCacheBehavior. 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.voidStreamingDistributionConfig. 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.voidStreamingDistributionSummary. 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.CacheBehaviorCacheBehavior. 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.DefaultCacheBehaviorDefaultCacheBehavior. 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.StreamingDistributionConfigStreamingDistributionConfig. 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.StreamingDistributionSummaryStreamingDistributionSummary. 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.
-