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

Packages that use AttachLoadBalancerToSubnetsResult
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 AttachLoadBalancerToSubnetsResult in com.amazonaws.services.elasticloadbalancing
 

Methods in com.amazonaws.services.elasticloadbalancing that return AttachLoadBalancerToSubnetsResult
 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.
 

Methods in com.amazonaws.services.elasticloadbalancing that return types with arguments of type AttachLoadBalancerToSubnetsResult
 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 AttachLoadBalancerToSubnetsResult
 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 AttachLoadBalancerToSubnetsResult in com.amazonaws.services.elasticloadbalancing.model
 

Methods in com.amazonaws.services.elasticloadbalancing.model that return AttachLoadBalancerToSubnetsResult
 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 © 2016. All rights reserved.