| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
static IpAddressType |
IpAddressType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
void |
SetIpAddressTypeResult.setIpAddressType(IpAddressType ipAddressType)
The IP address type.
|
void |
SetIpAddressTypeRequest.setIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
void |
CreateLoadBalancerRequest.setIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
void |
LoadBalancer.setIpAddressType(IpAddressType ipAddressType)
[Application Load Balancers] The type of IP addresses used for public or private connections by the subnets
attached to your load balancer.
|
SetSubnetsRequest |
SetSubnetsRequest.withIpAddressType(IpAddressType ipAddressType)
[Application Load Balancers] The IP address type.
|
SetIpAddressTypeResult |
SetIpAddressTypeResult.withIpAddressType(IpAddressType ipAddressType)
The IP address type.
|
SetIpAddressTypeRequest |
SetIpAddressTypeRequest.withIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withIpAddressType(IpAddressType ipAddressType)
Note: Internal load balancers must use the
ipv4 IP address type. |
LoadBalancer |
LoadBalancer.withIpAddressType(IpAddressType ipAddressType)
[Application Load Balancers] The type of IP addresses used for public or private connections by the subnets
attached to your load balancer.
|
SetSubnetsResult |
SetSubnetsResult.withIpAddressType(IpAddressType ipAddressType)
[Application Load Balancers] The IP address type.
|
Copyright © 2024. All rights reserved.