|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeVpnConnectionsResult
public class DescribeVpnConnectionsResult
Describe Vpn Connections Result
| Constructor Summary | |
|---|---|
DescribeVpnConnectionsResult()
|
|
| Method Summary | |
|---|---|
List<VpnConnection> |
getVpnConnections()
Returns the value of the VpnConnections property for this object. |
void |
setVpnConnections(Collection<VpnConnection> vpnConnections)
Sets the value of the VpnConnections property for this object. |
DescribeVpnConnectionsResult |
withVpnConnections(Collection<VpnConnection> vpnConnections)
Sets the value of the VpnConnections property for this object. |
DescribeVpnConnectionsResult |
withVpnConnections(VpnConnection... vpnConnections)
Sets the value of the VpnConnections property for this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeVpnConnectionsResult()
| Method Detail |
|---|
public List<VpnConnection> getVpnConnections()
public void setVpnConnections(Collection<VpnConnection> vpnConnections)
vpnConnections - The new value for the VpnConnections property for this object.public DescribeVpnConnectionsResult withVpnConnections(VpnConnection... vpnConnections)
Returns a reference to this object so that method calls can be chained together.
vpnConnections - The new value for the VpnConnections property for this object.
public DescribeVpnConnectionsResult withVpnConnections(Collection<VpnConnection> vpnConnections)
Returns a reference to this object so that method calls can be chained together.
vpnConnections - The new value for the VpnConnections property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||