Uses of Class
software.amazon.awssdk.services.cloudfront.model.TrustedSigners
-
Packages that use TrustedSigners Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of TrustedSigners in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustedSigners Modifier and Type Method Description TrustedSignersCacheBehavior. trustedSigners()TrustedSignersDefaultCacheBehavior. trustedSigners()TrustedSignersStreamingDistributionConfig. trustedSigners()A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content.TrustedSignersStreamingDistributionSummary. trustedSigners()A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed URLs for private content.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type TrustedSigners Modifier and Type Method Description CacheBehavior.BuilderCacheBehavior.Builder. trustedSigners(TrustedSigners trustedSigners)DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder. trustedSigners(TrustedSigners trustedSigners)StreamingDistributionConfig.BuilderStreamingDistributionConfig.Builder. trustedSigners(TrustedSigners trustedSigners)A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content.StreamingDistributionSummary.BuilderStreamingDistributionSummary.Builder. trustedSigners(TrustedSigners trustedSigners)A complex type that specifies the Amazon Web Services accounts, if any, that you want to allow to create signed URLs for private content.
-