|
|||||||
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
Container for the parameters to the DescribeLoadBalancers operation
.
Returns detailed configuration information for the specified LoadBalancers. If no LoadBalancers are specified, the operation returns configuration information for all LoadBalancers created by the caller.
NOTE: The client must have created the specified input LoadBalancers in order to retrieve this information; the client must provide the same account credentials as those that were used to create the LoadBalancer.
AmazonElasticLoadBalancing.describeLoadBalancers(DescribeLoadBalancersRequest)
Constructor Summary | |
---|---|
DescribeLoadBalancersRequest()
Default constructor for a new DescribeLoadBalancersRequest object. |
|
DescribeLoadBalancersRequest(java.util.List<java.lang.String> loadBalancerNames)
Constructs a new DescribeLoadBalancersRequest object. |
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getLoadBalancerNames()
A list of names associated with the LoadBalancers at creation time. |
void |
setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
A list of names associated with the LoadBalancers at creation time. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeLoadBalancersRequest |
withLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
A list of names associated with the LoadBalancers at creation time. |
DescribeLoadBalancersRequest |
withLoadBalancerNames(java.lang.String... loadBalancerNames)
A list of names associated with the LoadBalancers at creation time. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeLoadBalancersRequest()
public DescribeLoadBalancersRequest(java.util.List<java.lang.String> loadBalancerNames)
loadBalancerNames
- A list of names associated with the
LoadBalancers at creation time.Method Detail |
---|
public java.util.List<java.lang.String> getLoadBalancerNames()
public void setLoadBalancerNames(java.util.Collection<java.lang.String> loadBalancerNames)
loadBalancerNames
- A list of names associated with the LoadBalancers at creation time.public DescribeLoadBalancersRequest withLoadBalancerNames(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |