Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyVpnConnectionResult> |
AbstractAmazonEC2Async.modifyVpnConnectionAsync(ModifyVpnConnectionRequest request,
AsyncHandler<ModifyVpnConnectionRequest,ModifyVpnConnectionResult> asyncHandler) |
Future<ModifyVpnConnectionResult> |
AmazonEC2AsyncClient.modifyVpnConnectionAsync(ModifyVpnConnectionRequest request,
AsyncHandler<ModifyVpnConnectionRequest,ModifyVpnConnectionResult> asyncHandler) |
Future<ModifyVpnConnectionResult> |
AmazonEC2Async.modifyVpnConnectionAsync(ModifyVpnConnectionRequest modifyVpnConnectionRequest,
AsyncHandler<ModifyVpnConnectionRequest,ModifyVpnConnectionResult> asyncHandler)
Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection.
|
Modifier and Type | Method and Description |
---|---|
ModifyVpnConnectionRequest |
ModifyVpnConnectionRequest.clone() |
ModifyVpnConnectionRequest |
ModifyVpnConnectionRequest.withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway at your end of the VPN connection.
|
ModifyVpnConnectionRequest |
ModifyVpnConnectionRequest.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
ModifyVpnConnectionRequest |
ModifyVpnConnectionRequest.withVpnConnectionId(String vpnConnectionId)
The ID of the VPN connection.
|
ModifyVpnConnectionRequest |
ModifyVpnConnectionRequest.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 |
---|---|
Request<ModifyVpnConnectionRequest> |
ModifyVpnConnectionRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.