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

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

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

Methods in com.amazonaws.services.cloudfront.model that return CustomOriginConfig
 CustomOriginConfig Origin.getCustomOriginConfig()
          A complex type that contains information about a custom origin.
 CustomOriginConfig CustomOriginConfig.withHTTPPort(Integer hTTPPort)
          The HTTP port the custom origin listens on.
 CustomOriginConfig CustomOriginConfig.withHTTPSPort(Integer hTTPSPort)
          The HTTPS port the custom origin listens on.
 CustomOriginConfig CustomOriginConfig.withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
          The origin protocol policy to apply to your origin.
 CustomOriginConfig CustomOriginConfig.withOriginProtocolPolicy(String originProtocolPolicy)
          The origin protocol policy to apply to your origin.
 

Methods in com.amazonaws.services.cloudfront.model with parameters of type CustomOriginConfig
 void Origin.setCustomOriginConfig(CustomOriginConfig customOriginConfig)
          A complex type that contains information about a custom origin.
 Origin Origin.withCustomOriginConfig(CustomOriginConfig customOriginConfig)
          A complex type that contains information about a custom origin.
 



Copyright © 2016. All rights reserved.