Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ActiveTrustedSigners.Builder
Packages that use ActiveTrustedSigners.Builder
-
Uses of ActiveTrustedSigners.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ActiveTrustedSigners.BuilderModifier and TypeMethodDescriptionstatic ActiveTrustedSigners.BuilderActiveTrustedSigners.builder()This field istrueif any of the Amazon Web Services accounts in the list are configured as trusted signers.ActiveTrustedSigners.Builder.items(Collection<Signer> items) A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.ActiveTrustedSigners.Builder.items(Consumer<Signer.Builder>... items) A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.The number of Amazon Web Services accounts in the list.ActiveTrustedSigners.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ActiveTrustedSigners.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActiveTrustedSigners.Builder>ActiveTrustedSigners.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ActiveTrustedSigners.BuilderModifier and TypeMethodDescriptiondefault Distribution.BuilderDistribution.Builder.activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners) default StreamingDistribution.BuilderStreamingDistribution.Builder.activeTrustedSigners(Consumer<ActiveTrustedSigners.Builder> activeTrustedSigners) A complex type that lists the Amazon Web Services accounts, if any, that you included in theTrustedSignerscomplex type for this distribution.