Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SubnetMapping
-
Packages that use SubnetMapping Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of SubnetMapping in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type SubnetMapping Modifier and Type Method Description List<SubnetMapping>CreateLoadBalancerRequest. subnetMappings()The IDs of the subnets.List<SubnetMapping>SetSubnetsRequest. subnetMappings()The IDs of the public subnets.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type SubnetMapping Modifier and Type Method Description CreateLoadBalancerRequest.BuilderCreateLoadBalancerRequest.Builder. subnetMappings(SubnetMapping... subnetMappings)The IDs of the subnets.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. subnetMappings(SubnetMapping... subnetMappings)The IDs of the public subnets.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type SubnetMapping Modifier and Type Method Description CreateLoadBalancerRequest.BuilderCreateLoadBalancerRequest.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The IDs of the subnets.SetSubnetsRequest.BuilderSetSubnetsRequest.Builder. subnetMappings(Collection<SubnetMapping> subnetMappings)The IDs of the public subnets.
-