Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancingv2.model |
Modifier and Type | Method and Description |
---|---|
HttpRequestMethodConditionConfig |
HttpRequestMethodConditionConfig.clone() |
HttpRequestMethodConditionConfig |
RuleCondition.getHttpRequestMethodConfig()
Information for an HTTP method condition.
|
HttpRequestMethodConditionConfig |
HttpRequestMethodConditionConfig.withValues(Collection<String> values)
The name of the request method.
|
HttpRequestMethodConditionConfig |
HttpRequestMethodConditionConfig.withValues(String... values)
The name of the request method.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleCondition.setHttpRequestMethodConfig(HttpRequestMethodConditionConfig httpRequestMethodConfig)
Information for an HTTP method condition.
|
RuleCondition |
RuleCondition.withHttpRequestMethodConfig(HttpRequestMethodConditionConfig httpRequestMethodConfig)
Information for an HTTP method condition.
|
Copyright © 2023. All rights reserved.