Uses of Enum
software.amazon.awssdk.services.cloudfront.model.OriginRequestPolicyHeaderBehavior
Packages that use OriginRequestPolicyHeaderBehavior
-
Uses of OriginRequestPolicyHeaderBehavior in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginRequestPolicyHeaderBehaviorModifier and TypeMethodDescriptionUse this in place of valueOf to convert the raw string returned by the service into the enum value.OriginRequestPolicyHeadersConfig.headerBehavior()Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.Returns the enum constant of this type with the specified name.static OriginRequestPolicyHeaderBehavior[]OriginRequestPolicyHeaderBehavior.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 OriginRequestPolicyHeaderBehaviorModifier and TypeMethodDescriptionstatic Set<OriginRequestPolicyHeaderBehavior>OriginRequestPolicyHeaderBehavior.knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginRequestPolicyHeaderBehaviorModifier and TypeMethodDescriptionOriginRequestPolicyHeadersConfig.Builder.headerBehavior(OriginRequestPolicyHeaderBehavior headerBehavior) Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.