| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2.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 |
SetIpAddressTypeRequest.ipAddressType()
The IP address type.
|
IpAddressType |
CreateLoadBalancerRequest.ipAddressType()
The type of IP addresses used by the subnets for your load balancer.
|
IpAddressType |
SetSubnetsResponse.ipAddressType()
[Network Load Balancers] The IP address type.
|
IpAddressType |
LoadBalancer.ipAddressType()
The type of IP addresses used by the subnets for your load balancer.
|
IpAddressType |
SetIpAddressTypeResponse.ipAddressType()
The IP address type.
|
IpAddressType |
SetSubnetsRequest.ipAddressType()
[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer.
|
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 |
|---|---|
SetIpAddressTypeRequest.Builder |
SetIpAddressTypeRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type.
|
CreateLoadBalancerRequest.Builder |
CreateLoadBalancerRequest.Builder.ipAddressType(IpAddressType ipAddressType)
The type of IP addresses used by the subnets for your load balancer.
|
SetSubnetsResponse.Builder |
SetSubnetsResponse.Builder.ipAddressType(IpAddressType ipAddressType)
[Network Load Balancers] The IP address type.
|
LoadBalancer.Builder |
LoadBalancer.Builder.ipAddressType(IpAddressType ipAddressType)
The type of IP addresses used by the subnets for your load balancer.
|
SetIpAddressTypeResponse.Builder |
SetIpAddressTypeResponse.Builder.ipAddressType(IpAddressType ipAddressType)
The IP address type.
|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.ipAddressType(IpAddressType ipAddressType)
[Network Load Balancers] The type of IP addresses used by the subnets for your load balancer.
|
Copyright © 2023. All rights reserved.