Uses of Class
com.amazonaws.services.cloudfront.model.Signer
Packages that use Signer
-
Uses of Signer in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return SignerModifier and TypeMethodDescriptionSigner.clone()
Signer.withAwsAccountNumber
(String awsAccountNumber) Specifies an AWS account that can create signed URLs.Signer.withKeyPairIds
(KeyPairIds keyPairIds) A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.Methods in com.amazonaws.services.cloudfront.model that return types with arguments of type SignerModifier and TypeMethodDescriptionActiveTrustedSigners.getItems()
A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.Methods in com.amazonaws.services.cloudfront.model with parameters of type SignerModifier and TypeMethodDescriptionA complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.Method parameters in com.amazonaws.services.cloudfront.model with type arguments of type SignerModifier and TypeMethodDescriptionvoid
ActiveTrustedSigners.setItems
(Collection<Signer> items) A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.ActiveTrustedSigners.withItems
(Collection<Signer> items) A complex type that contains one Signer complex type for each unique trusted signer that is specified in the TrustedSigners complex type, including trusted signers in the default cache behavior and in all of the other cache behaviors.Constructor parameters in com.amazonaws.services.cloudfront.model with type arguments of type SignerModifierConstructorDescriptionActiveTrustedSigners
(List<Signer> items) Constructs a new ActiveTrustedSigners object.