| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
Matcher |
Matcher.clone() |
Matcher |
CreateTargetGroupRequest.getMatcher()
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
Matcher |
TargetGroup.getMatcher()
The HTTP or gRPC codes to use when checking for a successful response from a target.
|
Matcher |
ModifyTargetGroupRequest.getMatcher()
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
Matcher |
Matcher.withGrpcCode(String grpcCode)
You can specify values between 0 and 99.
|
Matcher |
Matcher.withHttpCode(String httpCode)
For Application Load Balancers, you can specify values between 200 and 499, with the default value being 200.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTargetGroupRequest.setMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
void |
TargetGroup.setMatcher(Matcher matcher)
The HTTP or gRPC codes to use when checking for a successful response from a target.
|
void |
ModifyTargetGroupRequest.setMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
CreateTargetGroupRequest |
CreateTargetGroupRequest.withMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
TargetGroup |
TargetGroup.withMatcher(Matcher matcher)
The HTTP or gRPC codes to use when checking for a successful response from a target.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
Copyright © 2023. All rights reserved.