| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
ActiveTrustedSigners |
ActiveTrustedSigners.clone() |
ActiveTrustedSigners |
Distribution.getActiveTrustedSigners() |
ActiveTrustedSigners |
StreamingDistribution.getActiveTrustedSigners() |
ActiveTrustedSigners |
ActiveTrustedSigners.withEnabled(Boolean enabled) |
ActiveTrustedSigners |
ActiveTrustedSigners.withItems(Collection<Signer> items) |
ActiveTrustedSigners |
ActiveTrustedSigners.withItems(Signer... items)
NOTE: This method appends the values to the existing list (if
any).
|
ActiveTrustedSigners |
ActiveTrustedSigners.withQuantity(Integer quantity) |
| Modifier and Type | Method and Description |
|---|---|
void |
Distribution.setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners) |
void |
StreamingDistribution.setActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners) |
Distribution |
Distribution.withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners) |
StreamingDistribution |
StreamingDistribution.withActiveTrustedSigners(ActiveTrustedSigners activeTrustedSigners) |
Copyright © 2016. All rights reserved.