| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerAddress |
LoadBalancerAddress.clone() |
LoadBalancerAddress |
LoadBalancerAddress.withAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address.
|
LoadBalancerAddress |
LoadBalancerAddress.withIpAddress(String ipAddress)
The static IP address.
|
| Modifier and Type | Method and Description |
|---|---|
List<LoadBalancerAddress> |
AvailabilityZone.getLoadBalancerAddresses()
[Network Load Balancers] The static IP address.
|
| Modifier and Type | Method and Description |
|---|---|
AvailabilityZone |
AvailabilityZone.withLoadBalancerAddresses(LoadBalancerAddress... loadBalancerAddresses)
[Network Load Balancers] The static IP address.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AvailabilityZone.setLoadBalancerAddresses(Collection<LoadBalancerAddress> loadBalancerAddresses)
[Network Load Balancers] The static IP address.
|
AvailabilityZone |
AvailabilityZone.withLoadBalancerAddresses(Collection<LoadBalancerAddress> loadBalancerAddresses)
[Network Load Balancers] The static IP address.
|
Copyright © 2018. All rights reserved.