| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
Signer |
Signer.clone() |
Signer |
Signer.withAwsAccountNumber(String awsAccountNumber)
An AWS account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures
of signed URLs and signed cookies.
|
Signer |
Signer.withKeyPairIds(KeyPairIds keyPairIds)
A list of CloudFront key pair identifiers.
|
| Modifier and Type | Method and Description |
|---|---|
List<Signer> |
ActiveTrustedSigners.getItems()
A list of AWS 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.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveTrustedSigners |
ActiveTrustedSigners.withItems(Signer... items)
A list of AWS 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActiveTrustedSigners.setItems(Collection<Signer> items)
A list of AWS 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 |
ActiveTrustedSigners.withItems(Collection<Signer> items)
A list of AWS 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.
|
| Constructor and Description |
|---|
ActiveTrustedSigners(List<Signer> items)
Constructs a new ActiveTrustedSigners object.
|
Copyright © 2021. All rights reserved.