Package | Description |
---|---|
com.amazonaws.services.cloudfront_2012_03_15.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
TrustedSigners |
StreamingDistributionSummary.getTrustedSigners()
The trusted signers of the URL.
|
TrustedSigners |
StreamingDistributionConfig.getTrustedSigners()
A complex type that specifies any AWS accounts you want to permit to
create signed URLs for private content.
|
TrustedSigners |
DistributionSummary.getTrustedSigners()
The trusted signers of the URL.
|
TrustedSigners |
DistributionConfig.getTrustedSigners()
A complex type that specifies any AWS accounts you want to permit to
create signed URLs for private content.
|
TrustedSigners |
TrustedSigners.withAwsAccountNumbers(Collection<String> awsAccountNumbers)
Specifies an AWS account that can create signed URLs.
|
TrustedSigners |
TrustedSigners.withAwsAccountNumbers(String... awsAccountNumbers)
Specifies an AWS account that can create signed URLs.
|
TrustedSigners |
TrustedSigners.withSelf(String self)
Include this empty element if you want to give your own AWS account
permission to create signed URLs.
|
Modifier and Type | Method and Description |
---|---|
void |
StreamingDistributionSummary.setTrustedSigners(TrustedSigners trustedSigners)
The trusted signers of the URL.
|
void |
StreamingDistributionConfig.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies any AWS accounts you want to permit to
create signed URLs for private content.
|
void |
DistributionSummary.setTrustedSigners(TrustedSigners trustedSigners)
The trusted signers of the URL.
|
void |
DistributionConfig.setTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies any AWS accounts you want to permit to
create signed URLs for private content.
|
StreamingDistributionSummary |
StreamingDistributionSummary.withTrustedSigners(TrustedSigners trustedSigners)
The trusted signers of the URL.
|
StreamingDistributionConfig |
StreamingDistributionConfig.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies any AWS accounts you want to permit to
create signed URLs for private content.
|
DistributionSummary |
DistributionSummary.withTrustedSigners(TrustedSigners trustedSigners)
The trusted signers of the URL.
|
DistributionConfig |
DistributionConfig.withTrustedSigners(TrustedSigners trustedSigners)
A complex type that specifies any AWS accounts you want to permit to
create signed URLs for private content.
|
Copyright © 2014. All rights reserved.