Uses of Class
software.amazon.awssdk.services.cloudfront.model.ActiveTrustedSigners
-
Packages that use ActiveTrustedSigners Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of ActiveTrustedSigners in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ActiveTrustedSigners Modifier and Type Method Description ActiveTrustedSignersDistribution. activeTrustedSigners()ActiveTrustedSignersStreamingDistribution. activeTrustedSigners()A complex type that lists the Amazon Web Services accounts, if any, that you included in theTrustedSignerscomplex type for this distribution.Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type ActiveTrustedSigners Modifier and Type Method Description Distribution.BuilderDistribution.Builder. activeTrustedSigners(ActiveTrustedSigners activeTrustedSigners)StreamingDistribution.BuilderStreamingDistribution.Builder. activeTrustedSigners(ActiveTrustedSigners activeTrustedSigners)A complex type that lists the Amazon Web Services accounts, if any, that you included in theTrustedSignerscomplex type for this distribution.
-