Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing |
|
com.amazonaws.services.elasticloadbalancing.model |
Modifier and Type | Method and Description |
---|---|
DetachLoadBalancerFromSubnetsResult |
AbstractAmazonElasticLoadBalancing.detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest request) |
DetachLoadBalancerFromSubnetsResult |
AmazonElasticLoadBalancingClient.detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for the
load balancer.
|
DetachLoadBalancerFromSubnetsResult |
AmazonElasticLoadBalancing.detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for the
load balancer.
|
Modifier and Type | Method and Description |
---|---|
DetachLoadBalancerFromSubnetsResult |
DetachLoadBalancerFromSubnetsResult.clone() |
DetachLoadBalancerFromSubnetsResult |
DetachLoadBalancerFromSubnetsResult.withSubnets(Collection<String> subnets)
The IDs of the remaining subnets for the load balancer.
|
DetachLoadBalancerFromSubnetsResult |
DetachLoadBalancerFromSubnetsResult.withSubnets(String... subnets)
The IDs of the remaining subnets for the load balancer.
|
Copyright © 2016. All rights reserved.