| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetGroupIpAddressTypeEnum |
TargetGroupIpAddressTypeEnum.fromValue(String value)
Use this in place of valueOf.
|
static TargetGroupIpAddressTypeEnum |
TargetGroupIpAddressTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetGroupIpAddressTypeEnum[] |
TargetGroupIpAddressTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetGroup.setIpAddressType(TargetGroupIpAddressTypeEnum ipAddressType)
The type of IP address used for this target group.
|
void |
CreateTargetGroupRequest.setIpAddressType(TargetGroupIpAddressTypeEnum 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.
|
CreateTargetGroupRequest |
CreateTargetGroupRequest.withIpAddressType(TargetGroupIpAddressTypeEnum ipAddressType)
The type of IP address used for this target group.
|
Copyright © 2021. All rights reserved.