Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.HttpHeaderConditionConfig.Builder
Packages that use HttpHeaderConditionConfig.Builder
-
Uses of HttpHeaderConditionConfig.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return HttpHeaderConditionConfig.BuilderModifier and TypeMethodDescriptionHttpHeaderConditionConfig.builder()HttpHeaderConditionConfig.Builder.httpHeaderName(String httpHeaderName) The name of the HTTP header field.HttpHeaderConditionConfig.Builder.regexValues(String... regexValues) The regular expression to compare against the HTTP header.HttpHeaderConditionConfig.Builder.regexValues(Collection<String> regexValues) The regular expression to compare against the HTTP header.HttpHeaderConditionConfig.toBuilder()The strings to compare against the value of the HTTP header.HttpHeaderConditionConfig.Builder.values(Collection<String> values) The strings to compare against the value of the HTTP header.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type HttpHeaderConditionConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends HttpHeaderConditionConfig.Builder>HttpHeaderConditionConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type HttpHeaderConditionConfig.BuilderModifier and TypeMethodDescriptiondefault RuleCondition.BuilderRuleCondition.Builder.httpHeaderConfig(Consumer<HttpHeaderConditionConfig.Builder> httpHeaderConfig) Information for an HTTP header condition.