Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.ModifyTargetGroupRequest.Builder
Packages that use ModifyTargetGroupRequest.Builder
Package
Description
-
Uses of ModifyTargetGroupRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type ModifyTargetGroupRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.modifyTargetGroup(Consumer<ModifyTargetGroupRequest.Builder> modifyTargetGroupRequest) Modifies the health checks used when evaluating the health state of the targets in the specified target group.default ModifyTargetGroupResponseElasticLoadBalancingV2Client.modifyTargetGroup(Consumer<ModifyTargetGroupRequest.Builder> modifyTargetGroupRequest) Modifies the health checks used when evaluating the health state of the targets in the specified target group. -
Uses of ModifyTargetGroupRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return ModifyTargetGroupRequest.BuilderModifier and TypeMethodDescriptionModifyTargetGroupRequest.builder()ModifyTargetGroupRequest.Builder.healthCheckEnabled(Boolean healthCheckEnabled) Indicates whether health checks are enabled.ModifyTargetGroupRequest.Builder.healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds) The approximate amount of time, in seconds, between health checks of an individual target.ModifyTargetGroupRequest.Builder.healthCheckPath(String healthCheckPath) [HTTP/HTTPS health checks] The destination for health checks on the targets.ModifyTargetGroupRequest.Builder.healthCheckPort(String healthCheckPort) The port the load balancer uses when performing health checks on targets.ModifyTargetGroupRequest.Builder.healthCheckProtocol(String healthCheckProtocol) The protocol the load balancer uses when performing health checks on targets.ModifyTargetGroupRequest.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol) The protocol the load balancer uses when performing health checks on targets.ModifyTargetGroupRequest.Builder.healthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds) [HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.ModifyTargetGroupRequest.Builder.healthyThresholdCount(Integer healthyThresholdCount) The number of consecutive health checks successes required before considering an unhealthy target healthy.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.[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.ModifyTargetGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyTargetGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyTargetGroupRequest.Builder.targetGroupArn(String targetGroupArn) The Amazon Resource Name (ARN) of the target group.ModifyTargetGroupRequest.toBuilder()ModifyTargetGroupRequest.Builder.unhealthyThresholdCount(Integer unhealthyThresholdCount) The number of consecutive health check failures required before considering the target unhealthy.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type ModifyTargetGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyTargetGroupRequest.Builder>ModifyTargetGroupRequest.serializableBuilderClass()