Uses of Class
software.amazon.awssdk.services.vpclattice.model.Matcher
-
Packages that use Matcher Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of Matcher in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return Matcher Modifier and Type Method Description static MatcherMatcher. fromHttpCode(String httpCode)Create an instance of this class withhttpCode()initialized to the given value.MatcherHealthCheckConfig. matcher()The codes to use when checking for a successful response from a target.Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type Matcher Modifier and Type Method Description HealthCheckConfig.BuilderHealthCheckConfig.Builder. matcher(Matcher matcher)The codes to use when checking for a successful response from a target.
-