Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVpnConnectionResponse
Packages that use CreateVpnConnectionResponse
-
Uses of CreateVpnConnectionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return CreateVpnConnectionResponseModifier and TypeMethodDescriptiondefault 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 CreateVpnConnectionResponseModifier and TypeMethodDescriptionEc2AsyncClient.createVpnConnection(Consumer<CreateVpnConnectionRequest.Builder> createVpnConnectionRequest) Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.Ec2AsyncClient.createVpnConnection(CreateVpnConnectionRequest createVpnConnectionRequest) Creates a VPN connection between an existing virtual private gateway or transit gateway and a customer gateway.