Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateVpnConnectionResult> |
AbstractAmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest request,
AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler) |
Future<CreateVpnConnectionResult> |
AmazonEC2AsyncClient.createVpnConnectionAsync(CreateVpnConnectionRequest request,
AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler) |
Future<CreateVpnConnectionResult> |
AmazonEC2Async.createVpnConnectionAsync(CreateVpnConnectionRequest createVpnConnectionRequest,
AsyncHandler<CreateVpnConnectionRequest,CreateVpnConnectionResult> asyncHandler)
Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.
|
Modifier and Type | Method and Description |
---|---|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.clone() |
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withCustomerGatewayId(String customerGatewayId)
The ID of the customer gateway.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withOptions(VpnConnectionOptionsSpecification options)
The options for the VPN connection.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the VPN connection.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the VPN connection.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withTransitGatewayId(String transitGatewayId)
The ID of the transit gateway.
|
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withType(String type)
The type of VPN connection (
ipsec.1 ). |
CreateVpnConnectionRequest |
CreateVpnConnectionRequest.withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateVpnConnectionRequest> |
CreateVpnConnectionRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.