Uses of Class
com.amazonaws.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsResult
-
Packages that use AttachLoadBalancerToSubnetsResult Package Description com.amazonaws.services.elasticloadbalancing com.amazonaws.services.elasticloadbalancing.model -
-
Uses of AttachLoadBalancerToSubnetsResult in com.amazonaws.services.elasticloadbalancing
Methods in com.amazonaws.services.elasticloadbalancing that return AttachLoadBalancerToSubnetsResult Modifier and Type Method Description AttachLoadBalancerToSubnetsResultAbstractAmazonElasticLoadBalancing. attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest request)AttachLoadBalancerToSubnetsResultAmazonElasticLoadBalancing. attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)Adds one or more subnets to the set of configured subnets for the specified load balancer.AttachLoadBalancerToSubnetsResultAmazonElasticLoadBalancingClient. attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)Adds one or more subnets to the set of configured subnets for the specified load balancer. -
Uses of AttachLoadBalancerToSubnetsResult in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return AttachLoadBalancerToSubnetsResult Modifier and Type Method Description AttachLoadBalancerToSubnetsResultAttachLoadBalancerToSubnetsResult. clone()AttachLoadBalancerToSubnetsResultAttachLoadBalancerToSubnetsResult. withSubnets(String... subnets)The IDs of the subnets attached to the load balancer.AttachLoadBalancerToSubnetsResultAttachLoadBalancerToSubnetsResult. withSubnets(Collection<String> subnets)The IDs of the subnets attached to the load balancer.
-