| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticloadbalancingv2.model |
| Modifier and Type | Method and Description |
|---|---|
List<SubnetMapping> |
SetSubnetsRequest.subnetMappings()
The IDs of the public subnets.
|
List<SubnetMapping> |
CreateLoadBalancerRequest.subnetMappings()
The IDs of the public subnets.
|
| Modifier and Type | Method and Description |
|---|---|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnetMappings(SubnetMapping... subnetMappings)
The IDs of the public subnets.
|
CreateLoadBalancerRequest.Builder |
CreateLoadBalancerRequest.Builder.subnetMappings(SubnetMapping... subnetMappings)
The IDs of the public subnets.
|
| Modifier and Type | Method and Description |
|---|---|
SetSubnetsRequest.Builder |
SetSubnetsRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the public subnets.
|
CreateLoadBalancerRequest.Builder |
CreateLoadBalancerRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings)
The IDs of the public subnets.
|
Copyright © 2021. All rights reserved.