Uses of Class
com.amazonaws.services.cloudfront.model.Origins
-
Packages that use Origins Package Description com.amazonaws.services.cloudfront.model -
-
Uses of Origins in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return Origins Modifier and Type Method Description Origins
Origins. clone()
Origins
DistributionConfig. getOrigins()
A complex type that contains information about origins for this distribution.Origins
DistributionSummary. getOrigins()
A complex type that contains information about origins for this distribution.Origins
Origins. withItems(Origin... items)
A complex type that contains origins for this distribution.Origins
Origins. withItems(Collection<Origin> items)
A complex type that contains origins for this distribution.Origins
Origins. withQuantity(Integer quantity)
The number of origins for this distribution.Methods in com.amazonaws.services.cloudfront.model with parameters of type Origins Modifier and Type Method Description void
DistributionConfig. setOrigins(Origins origins)
A complex type that contains information about origins for this distribution.void
DistributionSummary. setOrigins(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.DistributionSummary
DistributionSummary. withOrigins(Origins origins)
A complex type that contains information about origins for this distribution.
-