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

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

Introduction

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

The text is from its open source code.

Constructor

Method

LoadBalancerAttributesgetLoadBalancerAttributes()

The attributes for the load balancer.

StringgetLoadBalancerName()

The name of the load balancer.

voidsetLoadBalancerAttributes(LoadBalancerAttributes loadBalancerAttributes)

The attributes for the load balancer.

ModifyLoadBalancerAttributesRequestwithLoadBalancerAttributes( LoadBalancerAttributes loadBalancerAttributes)

The attributes for the load balancer.

ModifyLoadBalancerAttributesRequestwithLoadBalancerName(String loadBalancerName)

The name of the load balancer.