Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancingv2 |
|
com.amazonaws.services.elasticloadbalancingv2.model |
Modifier and Type | Method and Description |
---|---|
ModifyTargetGroupResult |
AbstractAmazonElasticLoadBalancing.modifyTargetGroup(ModifyTargetGroupRequest request) |
ModifyTargetGroupResult |
AmazonElasticLoadBalancingClient.modifyTargetGroup(ModifyTargetGroupRequest request)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
ModifyTargetGroupResult |
AmazonElasticLoadBalancing.modifyTargetGroup(ModifyTargetGroupRequest modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
Future<ModifyTargetGroupResult> |
AbstractAmazonElasticLoadBalancingAsync.modifyTargetGroupAsync(ModifyTargetGroupRequest request) |
Future<ModifyTargetGroupResult> |
AmazonElasticLoadBalancingAsync.modifyTargetGroupAsync(ModifyTargetGroupRequest modifyTargetGroupRequest)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
Future<ModifyTargetGroupResult> |
AmazonElasticLoadBalancingAsyncClient.modifyTargetGroupAsync(ModifyTargetGroupRequest request) |
Future<ModifyTargetGroupResult> |
AbstractAmazonElasticLoadBalancingAsync.modifyTargetGroupAsync(ModifyTargetGroupRequest request,
AsyncHandler<ModifyTargetGroupRequest,ModifyTargetGroupResult> asyncHandler) |
Future<ModifyTargetGroupResult> |
AmazonElasticLoadBalancingAsync.modifyTargetGroupAsync(ModifyTargetGroupRequest modifyTargetGroupRequest,
AsyncHandler<ModifyTargetGroupRequest,ModifyTargetGroupResult> asyncHandler)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
Future<ModifyTargetGroupResult> |
AmazonElasticLoadBalancingAsyncClient.modifyTargetGroupAsync(ModifyTargetGroupRequest request,
AsyncHandler<ModifyTargetGroupRequest,ModifyTargetGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<ModifyTargetGroupResult> |
AbstractAmazonElasticLoadBalancingAsync.modifyTargetGroupAsync(ModifyTargetGroupRequest request,
AsyncHandler<ModifyTargetGroupRequest,ModifyTargetGroupResult> asyncHandler) |
Future<ModifyTargetGroupResult> |
AmazonElasticLoadBalancingAsync.modifyTargetGroupAsync(ModifyTargetGroupRequest modifyTargetGroupRequest,
AsyncHandler<ModifyTargetGroupRequest,ModifyTargetGroupResult> asyncHandler)
Modifies the health checks used when evaluating the health state of the targets in the specified target group.
|
Future<ModifyTargetGroupResult> |
AmazonElasticLoadBalancingAsyncClient.modifyTargetGroupAsync(ModifyTargetGroupRequest request,
AsyncHandler<ModifyTargetGroupRequest,ModifyTargetGroupResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.clone() |
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthCheckEnabled(Boolean healthCheckEnabled)
Indicates whether health checks are enabled.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The approximate amount of time, in seconds, between health checks of an individual target.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthCheckPath(String healthCheckPath)
[HTTP/HTTPS health checks] The destination for health checks on the targets.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthCheckPort(String healthCheckPort)
The port the load balancer uses when performing health checks on targets.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthCheckProtocol(String healthCheckProtocol)
The protocol the load balancer uses when performing health checks on targets.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds)
[HTTP/HTTPS health checks] The amount of time, in seconds, during which no response means a failed health check.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withHealthyThresholdCount(Integer healthyThresholdCount)
The number of consecutive health checks successes required before considering an unhealthy target healthy.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withMatcher(Matcher matcher)
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
ModifyTargetGroupRequest |
ModifyTargetGroupRequest.withUnhealthyThresholdCount(Integer unhealthyThresholdCount)
The number of consecutive health check failures required before considering the target unhealthy.
|
Copyright © 2022. All rights reserved.