Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpnConnectionResponse
-
Packages that use CreateVpnConnectionResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of CreateVpnConnectionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpnConnectionResponse Modifier and Type Method Description default CreateVpnConnectionResponseEc2Client. createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type CreateVpnConnectionResponse Modifier and Type Method Description default CompletableFuture<CreateVpnConnectionResponse>Ec2AsyncClient. createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest)Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.default CompletableFuture<CreateVpnConnectionResponse>Ec2AsyncClient. createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest)Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.
-