| 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 |
CreateLoadBalancerRequest.setIpAddressType(IpAddressType ipAddressType)
[Application Load Balancers] The type of IP addresses used by the subnets for your load balancer.
|
void |
SetIpAddressTypeResult.setIpAddressType(IpAddressType ipAddressType)
The IP address type.
|
void |
LoadBalancer.setIpAddressType(IpAddressType ipAddressType)
The type of IP addresses used by the subnets for your load balancer.
|
void |
SetIpAddressTypeRequest.setIpAddressType(IpAddressType ipAddressType)
The IP address type.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withIpAddressType(IpAddressType ipAddressType)
[Application Load Balancers] The type of IP addresses used by the subnets for your load balancer.
|
SetIpAddressTypeResult |
SetIpAddressTypeResult.withIpAddressType(IpAddressType ipAddressType)
The IP address type.
|
LoadBalancer |
LoadBalancer.withIpAddressType(IpAddressType ipAddressType)
The type of IP addresses used by the subnets for your load balancer.
|
SetIpAddressTypeRequest |
SetIpAddressTypeRequest.withIpAddressType(IpAddressType ipAddressType)
The IP address type.
|
Copyright © 2017. All rights reserved.