Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
Origins |
DistributionSummary.getOrigins()
A complex type that contains information about origins for this
distribution.
|
Origins |
DistributionConfig.getOrigins()
A complex type that contains information about origins for this
distribution.
|
Origins |
Origins.withItems(Collection<Origin> items)
A complex type that contains origins for this distribution.
|
Origins |
Origins.withItems(Origin... items)
A complex type that contains origins for this distribution.
|
Origins |
Origins.withQuantity(Integer quantity)
The number of origins for this distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
DistributionSummary.setOrigins(Origins origins)
A complex type that contains information about origins for this
distribution.
|
void |
DistributionConfig.setOrigins(Origins origins)
A complex type that contains information about origins for this
distribution.
|
DistributionSummary |
DistributionSummary.withOrigins(Origins origins)
A complex type that contains information about origins for this
distribution.
|
DistributionConfig |
DistributionConfig.withOrigins(Origins origins)
A complex type that contains information about origins for this
distribution.
|
Copyright © 2014. All rights reserved.