Uses of Interface
software.amazon.awssdk.services.vpclattice.model.Matcher.Builder
-
Packages that use Matcher.Builder Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of Matcher.Builder in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return Matcher.Builder Modifier and Type Method Description static Matcher.BuilderMatcher. builder()Matcher.BuilderMatcher.Builder. httpCode(String httpCode)The HTTP code to use when checking for a successful response from a target.Matcher.BuilderMatcher. toBuilder()Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type Matcher.Builder Modifier and Type Method Description static Class<? extends Matcher.Builder>Matcher. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.vpclattice.model with type arguments of type Matcher.Builder Modifier and Type Method Description default HealthCheckConfig.BuilderHealthCheckConfig.Builder. matcher(Consumer<Matcher.Builder> matcher)The codes to use when checking for a successful response from a target.
-