Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.Matcher
-
Packages that use Matcher Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of Matcher in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return Matcher Modifier and Type Method Description MatcherCreateTargetGroupRequest. matcher()[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.MatcherModifyTargetGroupRequest. matcher()[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.MatcherTargetGroup. matcher()The HTTP or gRPC codes to use when checking for a successful response from a target.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type Matcher Modifier and Type Method Description CreateTargetGroupRequest.BuilderCreateTargetGroupRequest.Builder. matcher(Matcher matcher)[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.ModifyTargetGroupRequest.BuilderModifyTargetGroupRequest.Builder. matcher(Matcher matcher)[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.TargetGroup.BuilderTargetGroup.Builder. matcher(Matcher matcher)The HTTP or gRPC codes to use when checking for a successful response from a target.
-