Uses of Enum
com.amazonaws.services.cloudfront.model.OriginProtocolPolicy
Packages that use OriginProtocolPolicy
-
Uses of OriginProtocolPolicy in com.amazonaws.services.cloudfront.model
Subclasses with type arguments of type OriginProtocolPolicy in com.amazonaws.services.cloudfront.modelMethods in com.amazonaws.services.cloudfront.model that return OriginProtocolPolicyModifier and TypeMethodDescriptionstatic OriginProtocolPolicyUse this in place of valueOf.static OriginProtocolPolicyReturns 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.model with parameters of type OriginProtocolPolicyModifier and TypeMethodDescriptionvoidCustomOriginConfig.setOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy) The origin protocol policy to apply to your origin.CustomOriginConfig.withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy) The origin protocol policy to apply to your origin.