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

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

Introduction

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

The text is from its open source code.

Constructor

DescribeLoadBalancersRequest(java.util.List loadBalancerNames)
Constructs a new DescribeLoadBalancersRequest object.
DescribeLoadBalancersRequest()
Default constructor for DescribeLoadBalancersRequest object.

Method

java.util.ListgetLoadBalancerNames()

The names of the load balancers.

voidsetLoadBalancerNames(java.util.Collection loadBalancerNames)

The names of the load balancers.

voidsetMarker(String marker)

The marker for the next set of results.

DescribeLoadBalancersRequestwithLoadBalancerNames(String... loadBalancerNames)

The names of the load balancers.

DescribeLoadBalancersRequestwithLoadBalancerNames(java.util.Collection loadBalancerNames)

The names of the load balancers.

DescribeLoadBalancersRequestwithMarker(String marker)

The marker for the next set of results.