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

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

Introduction

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

The text is from its open source code.

Constructor

DeleteLoadBalancerListenersRequest()
Default constructor for DeleteLoadBalancerListenersRequest object.

Method

voidsetLoadBalancerName(String loadBalancerName)

The name of the load balancer.

voidsetLoadBalancerPorts(java.util.Collection loadBalancerPorts)

The client port numbers of the listeners.

DeleteLoadBalancerListenersRequestwithLoadBalancerName(String loadBalancerName)

The name of the load balancer.

DeleteLoadBalancerListenersRequestwithLoadBalancerPorts(Integer... loadBalancerPorts)

The client port numbers of the listeners.

DeleteLoadBalancerListenersRequestwithLoadBalancerPorts( java.util.Collection loadBalancerPorts)

The client port numbers of the listeners.