Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyVpnConnectionResponse
Packages that use ModifyVpnConnectionResponse
-
Uses of ModifyVpnConnectionResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyVpnConnectionResponseModifier and TypeMethodDescriptiondefault ModifyVpnConnectionResponseEc2Client.modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest) Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection.default ModifyVpnConnectionResponseEc2Client.modifyVpnConnection(ModifyVpnConnectionRequest modifyVpnConnectionRequest) Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyVpnConnectionResponseModifier and TypeMethodDescriptionEc2AsyncClient.modifyVpnConnection(Consumer<ModifyVpnConnectionRequest.Builder> modifyVpnConnectionRequest) Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection.Ec2AsyncClient.modifyVpnConnection(ModifyVpnConnectionRequest modifyVpnConnectionRequest) Modifies the customer gateway or the target gateway of an Amazon Web Services Site-to-Site VPN connection.