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 |
---|---|
AttachLoadBalancerToSubnetsResult |
AmazonElasticLoadBalancing.attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)
Adds one or more subnets to the set of configured subnets in the
Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.
|
AttachLoadBalancerToSubnetsResult |
AmazonElasticLoadBalancingClient.attachLoadBalancerToSubnets(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)
Adds one or more subnets to the set of configured subnets in the
Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.
|
Modifier and Type | Method and Description |
---|---|
Future<AttachLoadBalancerToSubnetsResult> |
AmazonElasticLoadBalancingAsync.attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)
Adds one or more subnets to the set of configured subnets in the
Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.
|
Future<AttachLoadBalancerToSubnetsResult> |
AmazonElasticLoadBalancingAsyncClient.attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest)
Adds one or more subnets to the set of configured subnets in the
Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.
|
Future<AttachLoadBalancerToSubnetsResult> |
AmazonElasticLoadBalancingAsync.attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest,
AsyncHandler<AttachLoadBalancerToSubnetsRequest,AttachLoadBalancerToSubnetsResult> asyncHandler)
Adds one or more subnets to the set of configured subnets in the
Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.
|
Future<AttachLoadBalancerToSubnetsResult> |
AmazonElasticLoadBalancingAsyncClient.attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest,
AsyncHandler<AttachLoadBalancerToSubnetsRequest,AttachLoadBalancerToSubnetsResult> asyncHandler)
Adds one or more subnets to the set of configured subnets in the
Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.
|
Modifier and Type | Method and Description |
---|---|
Future<AttachLoadBalancerToSubnetsResult> |
AmazonElasticLoadBalancingAsync.attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest,
AsyncHandler<AttachLoadBalancerToSubnetsRequest,AttachLoadBalancerToSubnetsResult> asyncHandler)
Adds one or more subnets to the set of configured subnets in the
Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.
|
Future<AttachLoadBalancerToSubnetsResult> |
AmazonElasticLoadBalancingAsyncClient.attachLoadBalancerToSubnetsAsync(AttachLoadBalancerToSubnetsRequest attachLoadBalancerToSubnetsRequest,
AsyncHandler<AttachLoadBalancerToSubnetsRequest,AttachLoadBalancerToSubnetsResult> asyncHandler)
Adds one or more subnets to the set of configured subnets in the
Amazon Virtual Private Cloud (Amazon VPC) for the load balancer.
|
Modifier and Type | Method and Description |
---|---|
AttachLoadBalancerToSubnetsResult |
AttachLoadBalancerToSubnetsResult.withSubnets(Collection<String> subnets)
A list of subnet IDs attached to the load balancer.
|
AttachLoadBalancerToSubnetsResult |
AttachLoadBalancerToSubnetsResult.withSubnets(String... subnets)
A list of subnet IDs attached to the load balancer.
|
Copyright © 2014. All rights reserved.