|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OriginProtocolPolicy | |
---|---|
com.amazonaws.services.cloudfront.model | Classes modeling the various types represented by AmazonCloudFront. |
Uses of OriginProtocolPolicy in com.amazonaws.services.cloudfront.model |
---|
Methods in com.amazonaws.services.cloudfront.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.model with parameters of type OriginProtocolPolicy | |
---|---|
void |
CustomOriginConfig.setOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
The origin protocol policy to apply to your origin. |
CustomOriginConfig |
CustomOriginConfig.withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
The origin protocol policy to apply to your origin. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |