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 OriginsOrigins. clone()OriginsDistributionConfig. getOrigins()A complex type that contains information about origins for this distribution.OriginsDistributionSummary. getOrigins()A complex type that contains information about origins for this distribution.OriginsOrigins. withItems(Origin... items)A complex type that contains origins for this distribution.OriginsOrigins. withItems(Collection<Origin> items)A complex type that contains origins for this distribution.OriginsOrigins. 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 voidDistributionConfig. setOrigins(Origins origins)A complex type that contains information about origins for this distribution.voidDistributionSummary. setOrigins(Origins origins)A complex type that contains information about origins for this distribution.DistributionConfigDistributionConfig. withOrigins(Origins origins)A complex type that contains information about origins for this distribution.DistributionSummaryDistributionSummary. withOrigins(Origins origins)A complex type that contains information about origins for this distribution.
-