Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpnConnectionRequest
-
Packages that use CreateVpnConnectionRequest Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.transform -
-
Uses of CreateVpnConnectionRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type CreateVpnConnectionRequest Modifier and Type Method Description default CompletableFuture<CreateVpnConnectionResponse>Ec2AsyncClient. createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.default CreateVpnConnectionResponseEc2Client. createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway. -
Uses of CreateVpnConnectionRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type CreateVpnConnectionRequest Modifier and Type Method Description SdkHttpFullRequestCreateVpnConnectionRequestMarshaller. marshall(CreateVpnConnectionRequest createVpnConnectionRequest)
-