Uses of Class
software.amazon.awssdk.services.elasticloadbalancingv2.model.SubnetMapping
Packages that use SubnetMapping
-
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 SubnetMappingModifier and TypeMethodDescriptionfinal List<SubnetMapping>CreateLoadBalancerRequest.subnetMappings()The IDs of the subnets.final List<SubnetMapping>SetSubnetsRequest.subnetMappings()The IDs of the public subnets.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model with parameters of type SubnetMappingModifier and TypeMethodDescriptionCreateLoadBalancerRequest.Builder.subnetMappings(SubnetMapping... subnetMappings) The IDs of the subnets.SetSubnetsRequest.Builder.subnetMappings(SubnetMapping... subnetMappings) The IDs of the public subnets.Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type SubnetMappingModifier and TypeMethodDescriptionCreateLoadBalancerRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings) The IDs of the subnets.SetSubnetsRequest.Builder.subnetMappings(Collection<SubnetMapping> subnetMappings) The IDs of the public subnets.