| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
TrustedSigners |
TrustedSigners.clone() |
TrustedSigners |
CacheBehavior.getTrustedSigners() |
TrustedSigners |
StreamingDistributionSummary.getTrustedSigners() |
TrustedSigners |
DefaultCacheBehavior.getTrustedSigners() |
TrustedSigners |
StreamingDistributionConfig.getTrustedSigners() |
TrustedSigners |
TrustedSigners.withEnabled(Boolean enabled) |
TrustedSigners |
TrustedSigners.withItems(Collection<String> items) |
TrustedSigners |
TrustedSigners.withItems(String... items)
NOTE: This method appends the values to the existing list (if
any).
|
TrustedSigners |
TrustedSigners.withQuantity(Integer quantity) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheBehavior.setTrustedSigners(TrustedSigners trustedSigners) |
void |
StreamingDistributionSummary.setTrustedSigners(TrustedSigners trustedSigners) |
void |
DefaultCacheBehavior.setTrustedSigners(TrustedSigners trustedSigners) |
void |
StreamingDistributionConfig.setTrustedSigners(TrustedSigners trustedSigners) |
CacheBehavior |
CacheBehavior.withTrustedSigners(TrustedSigners trustedSigners) |
StreamingDistributionSummary |
StreamingDistributionSummary.withTrustedSigners(TrustedSigners trustedSigners) |
DefaultCacheBehavior |
DefaultCacheBehavior.withTrustedSigners(TrustedSigners trustedSigners) |
StreamingDistributionConfig |
StreamingDistributionConfig.withTrustedSigners(TrustedSigners trustedSigners) |
Copyright © 2016. All rights reserved.