|
||||||||||
| 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.DescribeRegionsRequest
public class DescribeRegionsRequest
Request to describe the available Amazon EC2 regions.
| Constructor Summary | |
|---|---|
DescribeRegionsRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getRegionNames()
The optional list of regions to describe. |
void |
setRegionNames(Collection<String> regionNames)
The optional list of regions to describe. |
String |
toString()
|
DescribeRegionsRequest |
withRegionNames(Collection<String> regionNames)
The optional list of regions to describe. |
DescribeRegionsRequest |
withRegionNames(String... regionNames)
The optional list of regions 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 DescribeRegionsRequest()
| Method Detail |
|---|
public List<String> getRegionNames()
public void setRegionNames(Collection<String> regionNames)
regionNames - The optional list of regions to describe.public DescribeRegionsRequest withRegionNames(String... regionNames)
Returns a reference to this object so that method calls can be chained together.
regionNames - The optional list of regions to describe.
public DescribeRegionsRequest withRegionNames(Collection<String> regionNames)
Returns a reference to this object so that method calls can be chained together.
regionNames - The optional list of regions to describe.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||