|
||||||||||
| 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.DescribeSecurityGroupsRequest
public class DescribeSecurityGroupsRequest
A request to describe the Amazon EC2 security groups for your account.
| Constructor Summary | |
|---|---|
DescribeSecurityGroupsRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getGroupNames()
The optional list of Amazon EC2 security groups to describe. |
void |
setGroupNames(Collection<String> groupNames)
The optional list of Amazon EC2 security groups to describe. |
String |
toString()
|
DescribeSecurityGroupsRequest |
withGroupNames(Collection<String> groupNames)
The optional list of Amazon EC2 security groups to describe. |
DescribeSecurityGroupsRequest |
withGroupNames(String... groupNames)
The optional list of Amazon EC2 security groups 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 DescribeSecurityGroupsRequest()
| Method Detail |
|---|
public List<String> getGroupNames()
public void setGroupNames(Collection<String> groupNames)
groupNames - The optional list of Amazon EC2 security groups to describe.public DescribeSecurityGroupsRequest withGroupNames(String... groupNames)
Returns a reference to this object so that method calls can be chained together.
groupNames - The optional list of Amazon EC2 security groups to describe.
public DescribeSecurityGroupsRequest withGroupNames(Collection<String> groupNames)
Returns a reference to this object so that method calls can be chained together.
groupNames - The optional list of Amazon EC2 security groups 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 | |||||||||