Uses of Class
com.amazonaws.services.elasticloadbalancing.model.LoadBalancerAttributes
Packages that use LoadBalancerAttributes
-
Uses of LoadBalancerAttributes in com.amazonaws.services.elasticloadbalancing.model
Methods in com.amazonaws.services.elasticloadbalancing.model that return LoadBalancerAttributesModifier and TypeMethodDescriptionLoadBalancerAttributes.clone()
DescribeLoadBalancerAttributesResult.getLoadBalancerAttributes()
Information about the load balancer attributes.ModifyLoadBalancerAttributesRequest.getLoadBalancerAttributes()
The attributes of the load balancer.ModifyLoadBalancerAttributesResult.getLoadBalancerAttributes()
LoadBalancerAttributes.withAccessLog
(AccessLog accessLog) If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify.LoadBalancerAttributes.withAdditionalAttributes
(AdditionalAttribute... additionalAttributes) This parameter is reserved.LoadBalancerAttributes.withAdditionalAttributes
(Collection<AdditionalAttribute> additionalAttributes) This parameter is reserved.LoadBalancerAttributes.withConnectionDraining
(ConnectionDraining connectionDraining) If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy back-end instance.LoadBalancerAttributes.withConnectionSettings
(ConnectionSettings connectionSettings) If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.LoadBalancerAttributes.withCrossZoneLoadBalancing
(CrossZoneLoadBalancing crossZoneLoadBalancing) If enabled, the load balancer routes the request traffic evenly across all back-end instances regardless of the Availability Zones.Methods in com.amazonaws.services.elasticloadbalancing.model with parameters of type LoadBalancerAttributesModifier and TypeMethodDescriptionvoid
DescribeLoadBalancerAttributesResult.setLoadBalancerAttributes
(LoadBalancerAttributes loadBalancerAttributes) Information about the load balancer attributes.void
ModifyLoadBalancerAttributesRequest.setLoadBalancerAttributes
(LoadBalancerAttributes loadBalancerAttributes) The attributes of the load balancer.void
ModifyLoadBalancerAttributesResult.setLoadBalancerAttributes
(LoadBalancerAttributes loadBalancerAttributes) DescribeLoadBalancerAttributesResult.withLoadBalancerAttributes
(LoadBalancerAttributes loadBalancerAttributes) Information about the load balancer attributes.ModifyLoadBalancerAttributesRequest.withLoadBalancerAttributes
(LoadBalancerAttributes loadBalancerAttributes) The attributes of the load balancer.ModifyLoadBalancerAttributesResult.withLoadBalancerAttributes
(LoadBalancerAttributes loadBalancerAttributes)