Uses of Class
com.amazonaws.services.elasticloadbalancing.model.AttachLoadBalancerToSubnetsRequest

Packages that use AttachLoadBalancerToSubnetsRequest
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. 
 

Uses of AttachLoadBalancerToSubnetsRequest in com.amazonaws.services.elasticloadbalancing
 

Methods in com.amazonaws.services.elasticloadbalancing with parameters of type AttachLoadBalancerToSubnetsRequest
 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.
 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.
 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)
           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.
 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.
 

Method parameters in com.amazonaws.services.elasticloadbalancing with type arguments of type AttachLoadBalancerToSubnetsRequest
 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.
 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.
 

Uses of AttachLoadBalancerToSubnetsRequest in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return AttachLoadBalancerToSubnetsRequest
 AttachLoadBalancerToSubnetsRequest AttachLoadBalancerToSubnetsRequest.withLoadBalancerName(String loadBalancerName)
          The name associated with the load balancer.
 AttachLoadBalancerToSubnetsRequest AttachLoadBalancerToSubnetsRequest.withSubnets(Collection<String> subnets)
          A list of subnet IDs to add for the load balancer.
 AttachLoadBalancerToSubnetsRequest AttachLoadBalancerToSubnetsRequest.withSubnets(String... subnets)
          A list of subnet IDs to add for the load balancer.
 



Copyright © 2016. All rights reserved.