Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginProtocolPolicy
-
Packages that use OriginProtocolPolicy Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of OriginProtocolPolicy in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginProtocolPolicy Modifier and Type Method Description static OriginProtocolPolicyOriginProtocolPolicy. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginProtocolPolicyCustomOriginConfig. originProtocolPolicy()Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.OriginProtocolPolicyVpcOriginEndpointConfig. originProtocolPolicy()The origin protocol policy for the CloudFront VPC origin endpoint configuration.static OriginProtocolPolicyOriginProtocolPolicy. 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 software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginProtocolPolicy Modifier and Type Method Description static Set<OriginProtocolPolicy>OriginProtocolPolicy. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginProtocolPolicy Modifier and Type Method Description CustomOriginConfig.BuilderCustomOriginConfig.Builder. originProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.VpcOriginEndpointConfig.BuilderVpcOriginEndpointConfig.Builder. originProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)The origin protocol policy for the CloudFront VPC origin endpoint configuration.
-