| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressType |
IpAddressType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
IpAddressType |
TargetGroupSummary.ipAddressType()
The type of IP address used for the target group.
|
IpAddressType |
TargetGroupConfig.ipAddressType()
The type of IP address used for the target group.
|
static IpAddressType |
IpAddressType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpAddressType[] |
IpAddressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<IpAddressType> |
IpAddressType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TargetGroupSummary.Builder |
TargetGroupSummary.Builder.ipAddressType(IpAddressType ipAddressType)
The type of IP address used for the target group.
|
TargetGroupConfig.Builder |
TargetGroupConfig.Builder.ipAddressType(IpAddressType ipAddressType)
The type of IP address used for the target group.
|
Copyright © 2023. All rights reserved.