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