| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CreateVpnConnectionResponse |
EC2Client.createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
|
default CreateVpnConnectionResponse |
EC2Client.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateVpnConnectionResponse> |
EC2AsyncClient.createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
|
default CompletableFuture<CreateVpnConnectionResponse> |
EC2AsyncClient.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)
Creates a VPN connection between an existing virtual private gateway and a VPN customer gateway.
|
| Modifier and Type | Method and Description |
|---|---|
CreateVpnConnectionResponse |
CreateVpnConnectionResponseUnmarshaller.unmarshall(StaxUnmarshallerContext context) |
Copyright © 2018. All rights reserved.