Uses of Class
software.amazon.awssdk.services.cloudfront.model.TrustedSigners
Packages that use TrustedSigners
-
Uses of TrustedSigners in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return TrustedSignersModifier and TypeMethodDescriptionfinal TrustedSignersCacheBehavior.trustedSigners()final TrustedSignersDefaultCacheBehavior.trustedSigners()final TrustedSignersStreamingDistributionConfig.trustedSigners()A complex type that specifies any Amazon Web Services accounts that you want to permit to create signed URLs for private content.final 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 TrustedSignersModifier and TypeMethodDescriptionCacheBehavior.Builder.trustedSigners(TrustedSigners trustedSigners) DefaultCacheBehavior.Builder.trustedSigners(TrustedSigners trustedSigners) StreamingDistributionConfig.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.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.