Uses of Class
software.amazon.awssdk.services.cloudfront.model.OriginRequestPolicyHeaderBehavior
-
Packages that use OriginRequestPolicyHeaderBehavior Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of OriginRequestPolicyHeaderBehavior in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return OriginRequestPolicyHeaderBehavior Modifier and Type Method Description static OriginRequestPolicyHeaderBehaviorOriginRequestPolicyHeaderBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OriginRequestPolicyHeaderBehaviorOriginRequestPolicyHeadersConfig. headerBehavior()Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.static OriginRequestPolicyHeaderBehaviorOriginRequestPolicyHeaderBehavior. valueOf(String name)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 OriginRequestPolicyHeaderBehavior Modifier and Type Method Description static Set<OriginRequestPolicyHeaderBehavior>OriginRequestPolicyHeaderBehavior. knownValues()Methods in software.amazon.awssdk.services.cloudfront.model with parameters of type OriginRequestPolicyHeaderBehavior Modifier and Type Method Description OriginRequestPolicyHeadersConfig.BuilderOriginRequestPolicyHeadersConfig.Builder. headerBehavior(OriginRequestPolicyHeaderBehavior headerBehavior)Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.
-