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

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

Introduction

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

The text is from its open source code.

Constructor

SetLoadBalancerPoliciesOfListenerRequest()
Default constructor for SetLoadBalancerPoliciesOfListenerRequest object.

Method

StringgetLoadBalancerName()

The name of the load balancer.

IntegergetLoadBalancerPort()

The external port of the load balancer.

java.util.ListgetPolicyNames()

The names of the policies.

voidsetLoadBalancerName(String loadBalancerName)

The name of the load balancer.

voidsetLoadBalancerPort(Integer loadBalancerPort)

The external port of the load balancer.

voidsetPolicyNames(java.util.Collection policyNames)

The names of the policies.

StringtoString()
Returns a string representation of this object.