| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Matcher |
Matcher.clone() |
Matcher |
ModifyTargetGroupRequest.getMatcher()
[HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.
|
Matcher |
CreateTargetGroupRequest.getMatcher()
[HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.
|
Matcher |
TargetGroup.getMatcher()
The HTTP codes to use when checking for a successful response from a target.
|
Matcher |
Matcher.withHttpCode(String httpCode)
The HTTP codes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyTargetGroupRequest.setMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.
|
void |
CreateTargetGroupRequest.setMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.
|
void |
TargetGroup.setMatcher(Matcher matcher)
The HTTP codes to use when checking for a successful response from a target.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.
|
CreateTargetGroupRequest |
CreateTargetGroupRequest.withMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP codes to use when checking for a successful response from a target.
|
TargetGroup |
TargetGroup.withMatcher(Matcher matcher)
The HTTP codes to use when checking for a successful response from a target.
|
Copyright © 2020. All rights reserved.