|
||||||||||
| 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.DescribeVpnConnectionsRequest
public class DescribeVpnConnectionsRequest
Describe Vpn Connections Request
| Constructor Summary | |
|---|---|
DescribeVpnConnectionsRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getVpnConnectionIds()
Returns the value of the VpnConnectionIds property for this object. |
void |
setVpnConnectionIds(Collection<String> vpnConnectionIds)
Sets the value of the VpnConnectionIds property for this object. |
DescribeVpnConnectionsRequest |
withVpnConnectionIds(Collection<String> vpnConnectionIds)
Sets the value of the VpnConnectionIds property for this object. |
DescribeVpnConnectionsRequest |
withVpnConnectionIds(String... vpnConnectionIds)
Sets the value of the VpnConnectionIds property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVpnConnectionsRequest()
| Method Detail |
|---|
public List<String> getVpnConnectionIds()
public void setVpnConnectionIds(Collection<String> vpnConnectionIds)
vpnConnectionIds - The new value for the VpnConnectionIds property for this object.public DescribeVpnConnectionsRequest withVpnConnectionIds(String... vpnConnectionIds)
Returns a reference to this object so that method calls can be chained together.
vpnConnectionIds - The new value for the VpnConnectionIds property for this object.
public DescribeVpnConnectionsRequest withVpnConnectionIds(Collection<String> vpnConnectionIds)
Returns a reference to this object so that method calls can be chained together.
vpnConnectionIds - The new value for the VpnConnectionIds property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||