|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticloadbalancing.model.DescribeLoadBalancersRequest
public class DescribeLoadBalancersRequest
| Constructor Summary | |
|---|---|
DescribeLoadBalancersRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getLoadBalancerNames()
A list of names associated with the LoadBalancers at creation time. |
void |
setLoadBalancerNames(Collection<String> loadBalancerNames)
A list of names associated with the LoadBalancers at creation time. |
DescribeLoadBalancersRequest |
withLoadBalancerNames(Collection<String> loadBalancerNames)
A list of names associated with the LoadBalancers at creation time. |
DescribeLoadBalancersRequest |
withLoadBalancerNames(String... loadBalancerNames)
A list of names associated with the LoadBalancers at creation time. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLoadBalancersRequest()
| Method Detail |
|---|
public List<String> getLoadBalancerNames()
public void setLoadBalancerNames(Collection<String> loadBalancerNames)
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.public DescribeLoadBalancersRequest withLoadBalancerNames(String... loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.
public DescribeLoadBalancersRequest withLoadBalancerNames(Collection<String> loadBalancerNames)
Returns a reference to this object so that method calls can be chained together.
loadBalancerNames - A list of names associated with the LoadBalancers at creation time.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||