Java com.amazonaws.services.elasticloadbalancing.model LoadBalancerAttributes fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticloadbalancing.model LoadBalancerAttributes fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticloadbalancing.model LoadBalancerAttributes.

The text is from its open source code.

Constructor

Method

CrossZoneLoadBalancinggetCrossZoneLoadBalancing()

If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.

voidsetConnectionDraining(ConnectionDraining connectionDraining)

If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.

voidsetCrossZoneLoadBalancing(CrossZoneLoadBalancing crossZoneLoadBalancing)

If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.