|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ec2.model.DescribeAddressesRequest
public class DescribeAddressesRequest
Container for the parameters to the DescribeAddresses operation.
The DescribeAddresses operation lists elastic IP addresses assigned to your account.
AmazonEC2.describeAddresses(DescribeAddressesRequest)| Constructor Summary | |
|---|---|
DescribeAddressesRequest()
|
|
| Method Summary | |
|---|---|
List<Filter> |
getFilters()
A list of filters used to match tags associated with the specified Addresses. |
List<String> |
getPublicIps()
The optional list of Elastic IP addresses to describe. |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match tags associated with the specified Addresses. |
void |
setPublicIps(Collection<String> publicIps)
The optional list of Elastic IP addresses to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAddressesRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match tags associated with the specified Addresses. |
DescribeAddressesRequest |
withFilters(Filter... filters)
A list of filters used to match tags associated with the specified Addresses. |
DescribeAddressesRequest |
withPublicIps(Collection<String> publicIps)
The optional list of Elastic IP addresses to describe. |
DescribeAddressesRequest |
withPublicIps(String... publicIps)
The optional list of Elastic IP addresses to describe. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeAddressesRequest()
| Method Detail |
|---|
public List<String> getPublicIps()
public void setPublicIps(Collection<String> publicIps)
publicIps - The optional list of Elastic IP addresses to describe.public DescribeAddressesRequest withPublicIps(String... publicIps)
Returns a reference to this object so that method calls can be chained together.
publicIps - The optional list of Elastic IP addresses to describe.
public DescribeAddressesRequest withPublicIps(Collection<String> publicIps)
Returns a reference to this object so that method calls can be chained together.
publicIps - The optional list of Elastic IP addresses to describe.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters - A list of filters used to match tags associated with the specified
Addresses. For a complete reference to the available filter keys for
this operation, see the Amazon
EC2 API reference.public DescribeAddressesRequest withFilters(Filter... filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match tags associated with the specified
Addresses. For a complete reference to the available filter keys for
this operation, see the Amazon
EC2 API reference.
public DescribeAddressesRequest withFilters(Collection<Filter> filters)
Returns a reference to this object so that method calls can be chained together.
filters - A list of filters used to match tags associated with the specified
Addresses. For a complete reference to the available filter keys for
this operation, see the Amazon
EC2 API reference.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||