|
|||||||
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.DescribeAvailabilityZonesRequest
public class DescribeAvailabilityZonesRequest
Container for the parameters to the DescribeAvailabilityZones operation
.
The DescribeAvailabilityZones operation describes availability zones that are currently available to the account and their states.
Availability zones are not the same across accounts. The availability zone us-east-1a for account A is not necessarily the same as us-east-1a for account B. Zone assignments are mapped independently for each account.
AmazonEC2.describeAvailabilityZones(DescribeAvailabilityZonesRequest)
Constructor Summary | |
---|---|
DescribeAvailabilityZonesRequest()
|
Method Summary | |
---|---|
List<Filter> |
getFilters()
A list of filters used to match properties for AvailabilityZones. |
List<String> |
getZoneNames()
A list of the availability zone names to describe. |
void |
setFilters(Collection<Filter> filters)
A list of filters used to match properties for AvailabilityZones. |
void |
setZoneNames(Collection<String> zoneNames)
A list of the availability zone names to describe. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeAvailabilityZonesRequest |
withFilters(Collection<Filter> filters)
A list of filters used to match properties for AvailabilityZones. |
DescribeAvailabilityZonesRequest |
withFilters(Filter... filters)
A list of filters used to match properties for AvailabilityZones. |
DescribeAvailabilityZonesRequest |
withZoneNames(Collection<String> zoneNames)
A list of the availability zone names to describe. |
DescribeAvailabilityZonesRequest |
withZoneNames(String... zoneNames)
A list of the availability zone names 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 DescribeAvailabilityZonesRequest()
Method Detail |
---|
public List<String> getZoneNames()
public void setZoneNames(Collection<String> zoneNames)
zoneNames
- A list of the availability zone names to describe.public DescribeAvailabilityZonesRequest withZoneNames(String... zoneNames)
Returns a reference to this object so that method calls can be chained together.
zoneNames
- A list of the availability zone names to describe.
public DescribeAvailabilityZonesRequest withZoneNames(Collection<String> zoneNames)
Returns a reference to this object so that method calls can be chained together.
zoneNames
- A list of the availability zone names to describe.
public List<Filter> getFilters()
public void setFilters(Collection<Filter> filters)
filters
- A list of filters used to match properties for AvailabilityZones. For
a complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.public DescribeAvailabilityZonesRequest 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 properties for AvailabilityZones. For
a complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.
public DescribeAvailabilityZonesRequest 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 properties for AvailabilityZones. For
a complete reference to the available filter keys for this operation,
see the Amazon
EC2 API reference.
public String toString()
toString
in class Object
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |