Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.Matcher.Builder
Packages that use Matcher.Builder
-
Uses of Matcher.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return Matcher.BuilderModifier and TypeMethodDescriptionstatic Matcher.BuilderMatcher.builder()You can specify values between 0 and 99.For Application Load Balancers, you can specify values between 200 and 499, with the default value being 200.Matcher.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type Matcher.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Matcher.Builder>Matcher.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type Matcher.BuilderModifier and TypeMethodDescriptiondefault CreateTargetGroupRequest.BuilderCreateTargetGroupRequest.Builder.matcher(Consumer<Matcher.Builder> matcher) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.default ModifyTargetGroupRequest.BuilderModifyTargetGroupRequest.Builder.matcher(Consumer<Matcher.Builder> matcher) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.default TargetGroup.BuilderTargetGroup.Builder.matcher(Consumer<Matcher.Builder> matcher) The HTTP or gRPC codes to use when checking for a successful response from a target.