Uses of Enum
software.amazon.awssdk.services.cloudfront.model.OriginProtocolPolicy
Packages that use OriginProtocolPolicy
-
Uses of OriginProtocolPolicy in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginProtocolPolicyModifier and TypeMethodDescriptionstatic OriginProtocolPolicyUse this in place of valueOf to convert the raw string returned by the service into the enum value.final OriginProtocolPolicyCustomOriginConfig.originProtocolPolicy()Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.final OriginProtocolPolicyVpcOriginEndpointConfig.originProtocolPolicy()The origin protocol policy for the CloudFront VPC origin endpoint configuration.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 software.amazon.awssdk.services.cloudfront.model that return types with arguments of type OriginProtocolPolicyModifier and TypeMethodDescriptionstatic Set<OriginProtocolPolicy>OriginProtocolPolicy.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginProtocolPolicyModifier and TypeMethodDescriptionCustomOriginConfig.Builder.originProtocolPolicy(OriginProtocolPolicy originProtocolPolicy) Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin.VpcOriginEndpointConfig.Builder.originProtocolPolicy(OriginProtocolPolicy originProtocolPolicy) The origin protocol policy for the CloudFront VPC origin endpoint configuration.