Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VpnConnection |
CreateVpnConnectionResult.vpnConnection
Information about the VPN connection.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VpnConnection> |
DescribeVpnConnectionsResult.vpnConnections
Information about one or more VPN connections.
|
Modifier and Type | Method and Description |
---|---|
VpnConnection |
VpnConnection.clone() |
VpnConnection |
CreateVpnConnectionResult.getVpnConnection()
Information about the VPN connection.
|
VpnConnection |
VpnConnection.withCustomerGatewayConfiguration(java.lang.String customerGatewayConfiguration)
The configuration information for the VPN connection's customer gateway
(in the native XML format).
|
VpnConnection |
VpnConnection.withCustomerGatewayId(java.lang.String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
VpnConnection |
VpnConnection.withOptions(VpnConnectionOptions options)
The VPN connection options.
|
VpnConnection |
VpnConnection.withRoutes(java.util.Collection<VpnStaticRoute> routes)
The static routes associated with the VPN connection.
|
VpnConnection |
VpnConnection.withRoutes(VpnStaticRoute... routes)
The static routes associated with the VPN connection.
|
VpnConnection |
VpnConnection.withState(java.lang.String state)
The current state of the VPN connection.
|
VpnConnection |
VpnConnection.withState(VpnState state)
The current state of the VPN connection.
|
VpnConnection |
VpnConnection.withTags(java.util.Collection<Tag> tags)
Any tags assigned to the VPN connection.
|
VpnConnection |
VpnConnection.withTags(Tag... tags)
Any tags assigned to the VPN connection.
|
VpnConnection |
VpnConnection.withType(GatewayType type)
The type of VPN connection.
|
VpnConnection |
VpnConnection.withType(java.lang.String type)
The type of VPN connection.
|
VpnConnection |
VpnConnection.withVgwTelemetry(java.util.Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.
|
VpnConnection |
VpnConnection.withVgwTelemetry(VgwTelemetry... vgwTelemetry)
Information about the VPN tunnel.
|
VpnConnection |
VpnConnection.withVpnConnectionId(java.lang.String vpnConnectionId)
The ID of the VPN connection.
|
VpnConnection |
VpnConnection.withVpnGatewayId(java.lang.String vpnGatewayId)
The ID of the virtual private gateway at the AWS side of the VPN
connection.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VpnConnection> |
DescribeVpnConnectionsResult.getVpnConnections()
Information about one or more VPN connections.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateVpnConnectionResult.setVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
CreateVpnConnectionResult |
CreateVpnConnectionResult.withVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
DescribeVpnConnectionsResult |
DescribeVpnConnectionsResult.withVpnConnections(VpnConnection... vpnConnections)
Information about one or more VPN connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpnConnectionsResult.setVpnConnections(java.util.Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
|
DescribeVpnConnectionsResult |
DescribeVpnConnectionsResult.withVpnConnections(java.util.Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
|
Modifier and Type | Method and Description |
---|---|
VpnConnection |
VpnConnectionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |