Uses of Class
com.amazonaws.services.cloudfront_2012_03_15.model.OriginProtocolPolicy

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

Uses of OriginProtocolPolicy in com.amazonaws.services.cloudfront_2012_03_15.model
 

Methods in com.amazonaws.services.cloudfront_2012_03_15.model that return OriginProtocolPolicy
static OriginProtocolPolicy OriginProtocolPolicy.fromValue(String value)
          Use this in place of valueOf.
static OriginProtocolPolicy OriginProtocolPolicy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OriginProtocolPolicy[] OriginProtocolPolicy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.amazonaws.services.cloudfront_2012_03_15.model with parameters of type OriginProtocolPolicy
 void CustomOrigin.setOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
          The origin protocol policy to apply to your origin.
 CustomOrigin CustomOrigin.withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
          The origin protocol policy to apply to your origin.
 

Constructors in com.amazonaws.services.cloudfront_2012_03_15.model with parameters of type OriginProtocolPolicy
CustomOrigin(String dNSName, OriginProtocolPolicy originProtocolPolicy)
          Constructs a new CustomOrigin object.
 



Copyright © 2016. All rights reserved.