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 AttachLoadBalancerToSubnetsResult
AbstractAmazonElasticLoadBalancing. attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest request)
AttachLoadBalancerToSubnetsResult
AmazonElasticLoadBalancing. attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)
Adds one or more subnets to the set of configured subnets for the specified load balancer.AttachLoadBalancerToSubnetsResult
AmazonElasticLoadBalancingClient. 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 AttachLoadBalancerToSubnetsResult
AttachLoadBalancerToSubnetsResult. clone()
AttachLoadBalancerToSubnetsResult
AttachLoadBalancerToSubnetsResult. withSubnets(String... subnets)
The IDs of the subnets attached to the load balancer.AttachLoadBalancerToSubnetsResult
AttachLoadBalancerToSubnetsResult. withSubnets(Collection<String> subnets)
The IDs of the subnets attached to the load balancer.
-