Uses of Class
com.amazonaws.services.cloudfront.model.Origins

Packages that use Origins
com.amazonaws.services.cloudfront.model Classes modeling the various types represented by AmazonCloudFront. 
 

Uses of Origins in com.amazonaws.services.cloudfront.model
 

Methods in com.amazonaws.services.cloudfront.model that return Origins
 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.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type Origins
 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 © 2016. All rights reserved.