Uses of Class
com.amazonaws.services.cloudfront.model.CustomOriginConfig
-
Packages that use CustomOriginConfig Package Description com.amazonaws.services.cloudfront.model -
-
Uses of CustomOriginConfig in com.amazonaws.services.cloudfront.model
Methods in com.amazonaws.services.cloudfront.model that return CustomOriginConfig Modifier and Type Method Description CustomOriginConfigCustomOriginConfig. clone()CustomOriginConfigOrigin. getCustomOriginConfig()A complex type that contains information about a custom origin.CustomOriginConfigCustomOriginConfig. withHTTPPort(Integer hTTPPort)The HTTP port the custom origin listens on.CustomOriginConfigCustomOriginConfig. withHTTPSPort(Integer hTTPSPort)The HTTPS port the custom origin listens on.CustomOriginConfigCustomOriginConfig. withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)The origin protocol policy to apply to your origin.CustomOriginConfigCustomOriginConfig. withOriginProtocolPolicy(String originProtocolPolicy)The origin protocol policy to apply to your origin.CustomOriginConfigCustomOriginConfig. withOriginSslProtocols(OriginSslProtocols originSslProtocols)The SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS.Methods in com.amazonaws.services.cloudfront.model with parameters of type CustomOriginConfig Modifier and Type Method Description voidOrigin. setCustomOriginConfig(CustomOriginConfig customOriginConfig)A complex type that contains information about a custom origin.OriginOrigin. withCustomOriginConfig(CustomOriginConfig customOriginConfig)A complex type that contains information about a custom origin.
-