| Package | Description |
|---|---|
| com.amazonaws.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
SubnetMapping |
SubnetMapping.clone() |
SubnetMapping |
SubnetMapping.withAllocationId(String allocationId)
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
|
SubnetMapping |
SubnetMapping.withPrivateIPv4Address(String privateIPv4Address)
[Network Load Balancers] The private IPv4 address for an internal load balancer.
|
SubnetMapping |
SubnetMapping.withSubnetId(String subnetId)
The ID of the subnet.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubnetMapping> |
SetSubnetsRequest.getSubnetMappings()
The IDs of the public subnets.
|
List<SubnetMapping> |
CreateLoadBalancerRequest.getSubnetMappings()
The IDs of the public subnets.
|
| Modifier and Type | Method and Description |
|---|---|
SetSubnetsRequest |
SetSubnetsRequest.withSubnetMappings(SubnetMapping... subnetMappings)
The IDs of the public subnets.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withSubnetMappings(SubnetMapping... subnetMappings)
The IDs of the public subnets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetSubnetsRequest.setSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the public subnets.
|
void |
CreateLoadBalancerRequest.setSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the public subnets.
|
SetSubnetsRequest |
SetSubnetsRequest.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the public subnets.
|
CreateLoadBalancerRequest |
CreateLoadBalancerRequest.withSubnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the public subnets.
|
Copyright © 2020. All rights reserved.