Package | Description |
---|---|
com.amazonaws.services.elasticloadbalancing |
Synchronous and asynchronous client classes for accessing AmazonElasticLoadBalancing.
|
com.amazonaws.services.elasticloadbalancing.model |
Classes modeling the various types represented by AmazonElasticLoadBalancing.
|
Modifier and Type | Method and Description |
---|---|
DetachLoadBalancerFromSubnetsResult |
AmazonElasticLoadBalancing.detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for
the load balancer.
|
DetachLoadBalancerFromSubnetsResult |
AmazonElasticLoadBalancingClient.detachLoadBalancerFromSubnets(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for
the load balancer.
|
Future<DetachLoadBalancerFromSubnetsResult> |
AmazonElasticLoadBalancingAsync.detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for
the load balancer.
|
Future<DetachLoadBalancerFromSubnetsResult> |
AmazonElasticLoadBalancingAsyncClient.detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest)
Removes the specified subnets from the set of configured subnets for
the load balancer.
|
Future<DetachLoadBalancerFromSubnetsResult> |
AmazonElasticLoadBalancingAsync.detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest,
AsyncHandler<DetachLoadBalancerFromSubnetsRequest,DetachLoadBalancerFromSubnetsResult> asyncHandler)
Removes the specified subnets from the set of configured subnets for
the load balancer.
|
Future<DetachLoadBalancerFromSubnetsResult> |
AmazonElasticLoadBalancingAsyncClient.detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest,
AsyncHandler<DetachLoadBalancerFromSubnetsRequest,DetachLoadBalancerFromSubnetsResult> asyncHandler)
Removes the specified subnets from the set of configured subnets for
the load balancer.
|
Modifier and Type | Method and Description |
---|---|
Future<DetachLoadBalancerFromSubnetsResult> |
AmazonElasticLoadBalancingAsync.detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest,
AsyncHandler<DetachLoadBalancerFromSubnetsRequest,DetachLoadBalancerFromSubnetsResult> asyncHandler)
Removes the specified subnets from the set of configured subnets for
the load balancer.
|
Future<DetachLoadBalancerFromSubnetsResult> |
AmazonElasticLoadBalancingAsyncClient.detachLoadBalancerFromSubnetsAsync(DetachLoadBalancerFromSubnetsRequest detachLoadBalancerFromSubnetsRequest,
AsyncHandler<DetachLoadBalancerFromSubnetsRequest,DetachLoadBalancerFromSubnetsResult> asyncHandler)
Removes the specified subnets from the set of configured subnets for
the load balancer.
|
Modifier and Type | Method and Description |
---|---|
DetachLoadBalancerFromSubnetsRequest |
DetachLoadBalancerFromSubnetsRequest.clone() |
DetachLoadBalancerFromSubnetsRequest |
DetachLoadBalancerFromSubnetsRequest.withLoadBalancerName(String loadBalancerName)
The name of the load balancer.
|
DetachLoadBalancerFromSubnetsRequest |
DetachLoadBalancerFromSubnetsRequest.withSubnets(Collection<String> subnets)
The IDs of the subnets.
|
DetachLoadBalancerFromSubnetsRequest |
DetachLoadBalancerFromSubnetsRequest.withSubnets(String... subnets)
The IDs of the subnets.
|
Copyright © 2015. All rights reserved.