| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default IpAddressType |
IApplicationLoadBalancer.getIpAddressType()
The IP Address Type for this load balancer.
|
IpAddressType |
IApplicationLoadBalancer.Jsii$Proxy.getIpAddressType()
The IP Address Type for this load balancer.
|
default IpAddressType |
IApplicationLoadBalancer.Jsii$Default.getIpAddressType()
The IP Address Type for this load balancer.
|
IpAddressType |
ApplicationLoadBalancer.getIpAddressType()
The IP Address Type for this load balancer.
|
default IpAddressType |
ApplicationLoadBalancerProps.getIpAddressType()
The type of IP addresses to use.
|
IpAddressType |
ApplicationLoadBalancerProps.Jsii$Proxy.getIpAddressType() |
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 |
|---|---|
ApplicationLoadBalancer.Builder |
ApplicationLoadBalancer.Builder.ipAddressType(IpAddressType ipAddressType)
The type of IP addresses to use.
|
ApplicationLoadBalancerProps.Builder |
ApplicationLoadBalancerProps.Builder.ipAddressType(IpAddressType ipAddressType)
Sets the value of
ApplicationLoadBalancerProps.getIpAddressType() |
Copyright © 2022. All rights reserved.