Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpnConnection |
VpnConnection.clone() |
VpnConnection |
ModifyVpnTunnelOptionsResult.getVpnConnection()
Information about the VPN connection.
|
VpnConnection |
ModifyVpnConnectionOptionsResult.getVpnConnection()
Information about the VPN connection.
|
VpnConnection |
ModifyVpnConnectionResult.getVpnConnection()
Information about the VPN connection.
|
VpnConnection |
CreateVpnConnectionResult.getVpnConnection()
Information about the VPN connection.
|
VpnConnection |
ModifyVpnTunnelCertificateResult.getVpnConnection()
Information about the VPN connection.
|
VpnConnection |
VpnConnection.withCategory(String category)
The category of the VPN connection.
|
VpnConnection |
VpnConnection.withCoreNetworkArn(String coreNetworkArn)
The ARN of the core network.
|
VpnConnection |
VpnConnection.withCoreNetworkAttachmentArn(String coreNetworkAttachmentArn)
The ARN of the core network attachment.
|
VpnConnection |
VpnConnection.withCustomerGatewayConfiguration(String customerGatewayConfiguration)
The configuration information for the VPN connection's customer gateway (in the native XML format).
|
VpnConnection |
VpnConnection.withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
VpnConnection |
VpnConnection.withGatewayAssociationState(GatewayAssociationState gatewayAssociationState)
The current state of the gateway association.
|
VpnConnection |
VpnConnection.withGatewayAssociationState(String gatewayAssociationState)
The current state of the gateway association.
|
VpnConnection |
VpnConnection.withOptions(VpnConnectionOptions options)
The VPN connection options.
|
VpnConnection |
VpnConnection.withRoutes(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(String state)
The current state of the VPN connection.
|
VpnConnection |
VpnConnection.withState(VpnState state)
The current state of the VPN connection.
|
VpnConnection |
VpnConnection.withTags(Collection<Tag> tags)
Any tags assigned to the VPN connection.
|
VpnConnection |
VpnConnection.withTags(Tag... tags)
Any tags assigned to the VPN connection.
|
VpnConnection |
VpnConnection.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway associated with the VPN connection.
|
VpnConnection |
VpnConnection.withType(GatewayType type)
The type of VPN connection.
|
VpnConnection |
VpnConnection.withType(String type)
The type of VPN connection.
|
VpnConnection |
VpnConnection.withVgwTelemetry(Collection<VgwTelemetry> vgwTelemetry)
Information about the VPN tunnel.
|
VpnConnection |
VpnConnection.withVgwTelemetry(VgwTelemetry... vgwTelemetry)
Information about the VPN tunnel.
|
VpnConnection |
VpnConnection.withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
VpnConnection |
VpnConnection.withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway at the Amazon Web Services side of the VPN connection.
|
Modifier and Type | Method and Description |
---|---|
List<VpnConnection> |
DescribeVpnConnectionsResult.getVpnConnections()
Information about one or more VPN connections.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyVpnTunnelOptionsResult.setVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
void |
ModifyVpnConnectionOptionsResult.setVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
void |
ModifyVpnConnectionResult.setVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
void |
CreateVpnConnectionResult.setVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
void |
ModifyVpnTunnelCertificateResult.setVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
ModifyVpnTunnelOptionsResult |
ModifyVpnTunnelOptionsResult.withVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
ModifyVpnConnectionOptionsResult |
ModifyVpnConnectionOptionsResult.withVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
ModifyVpnConnectionResult |
ModifyVpnConnectionResult.withVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
CreateVpnConnectionResult |
CreateVpnConnectionResult.withVpnConnection(VpnConnection vpnConnection)
Information about the VPN connection.
|
ModifyVpnTunnelCertificateResult |
ModifyVpnTunnelCertificateResult.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(Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
|
DescribeVpnConnectionsResult |
DescribeVpnConnectionsResult.withVpnConnections(Collection<VpnConnection> vpnConnections)
Information about one or more VPN connections.
|
Copyright © 2023. All rights reserved.