| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
TargetGroup |
TargetGroup.clone() |
TargetGroup |
TargetGroup.withHealthCheckEnabled(Boolean healthCheckEnabled)
Indicates whether health checks are enabled.
|
TargetGroup |
TargetGroup.withHealthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The approximate amount of time, in seconds, between health checks of an individual target.
|
TargetGroup |
TargetGroup.withHealthCheckPath(String healthCheckPath)
The destination for health checks on the targets.
|
TargetGroup |
TargetGroup.withHealthCheckPort(String healthCheckPort)
The port to use to connect with the target.
|
TargetGroup |
TargetGroup.withHealthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol to use to connect with the target.
|
TargetGroup |
TargetGroup.withHealthCheckProtocol(String healthCheckProtocol)
The protocol to use to connect with the target.
|
TargetGroup |
TargetGroup.withHealthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds)
The amount of time, in seconds, during which no response means a failed health check.
|
TargetGroup |
TargetGroup.withHealthyThresholdCount(Integer healthyThresholdCount)
The number of consecutive health checks successes required before considering an unhealthy target healthy.
|
TargetGroup |
TargetGroup.withIpAddressType(String ipAddressType)
The type of IP address used for this target group.
|
TargetGroup |
TargetGroup.withIpAddressType(TargetGroupIpAddressTypeEnum ipAddressType)
The type of IP address used for this target group.
|
TargetGroup |
TargetGroup.withLoadBalancerArns(Collection<String> loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.
|
TargetGroup |
TargetGroup.withLoadBalancerArns(String... loadBalancerArns)
The Amazon Resource Names (ARN) of the load balancers that route traffic to this target group.
|
TargetGroup |
TargetGroup.withMatcher(Matcher matcher)
The HTTP or gRPC codes to use when checking for a successful response from a target.
|
TargetGroup |
TargetGroup.withPort(Integer port)
The port on which the targets are listening.
|
TargetGroup |
TargetGroup.withProtocol(ProtocolEnum protocol)
The protocol to use for routing traffic to the targets.
|
TargetGroup |
TargetGroup.withProtocol(String protocol)
The protocol to use for routing traffic to the targets.
|
TargetGroup |
TargetGroup.withProtocolVersion(String protocolVersion)
[HTTP/HTTPS protocol] The protocol version.
|
TargetGroup |
TargetGroup.withTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
|
TargetGroup |
TargetGroup.withTargetGroupName(String targetGroupName)
The name of the target group.
|
TargetGroup |
TargetGroup.withTargetType(String targetType)
The type of target that you must specify when registering targets with this target group.
|
TargetGroup |
TargetGroup.withTargetType(TargetTypeEnum targetType)
The type of target that you must specify when registering targets with this target group.
|
TargetGroup |
TargetGroup.withUnhealthyThresholdCount(Integer unhealthyThresholdCount)
The number of consecutive health check failures required before considering the target unhealthy.
|
TargetGroup |
TargetGroup.withVpcId(String vpcId)
The ID of the VPC for the targets.
|
| Modifier and Type | Method and Description |
|---|---|
List<TargetGroup> |
ModifyTargetGroupResult.getTargetGroups()
Information about the modified target group.
|
List<TargetGroup> |
CreateTargetGroupResult.getTargetGroups()
Information about the target group.
|
List<TargetGroup> |
DescribeTargetGroupsResult.getTargetGroups()
Information about the target groups.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyTargetGroupResult |
ModifyTargetGroupResult.withTargetGroups(TargetGroup... targetGroups)
Information about the modified target group.
|
CreateTargetGroupResult |
CreateTargetGroupResult.withTargetGroups(TargetGroup... targetGroups)
Information about the target group.
|
DescribeTargetGroupsResult |
DescribeTargetGroupsResult.withTargetGroups(TargetGroup... targetGroups)
Information about the target groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyTargetGroupResult.setTargetGroups(Collection<TargetGroup> targetGroups)
Information about the modified target group.
|
void |
CreateTargetGroupResult.setTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
|
void |
DescribeTargetGroupsResult.setTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
|
ModifyTargetGroupResult |
ModifyTargetGroupResult.withTargetGroups(Collection<TargetGroup> targetGroups)
Information about the modified target group.
|
CreateTargetGroupResult |
CreateTargetGroupResult.withTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target group.
|
DescribeTargetGroupsResult |
DescribeTargetGroupsResult.withTargetGroups(Collection<TargetGroup> targetGroups)
Information about the target groups.
|
Copyright © 2022. All rights reserved.