Uses of Class
software.amazon.awssdk.services.ec2.model.VpnGateway
Packages that use VpnGateway
-
Uses of VpnGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnGatewayModifier and TypeMethodDescriptionfinal VpnGatewayCreateVpnGatewayResponse.vpnGateway()Information about the virtual private gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnGatewayModifier and TypeMethodDescriptionfinal List<VpnGateway>DescribeVpnGatewaysResponse.vpnGateways()Information about one or more virtual private gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpnGatewayModifier and TypeMethodDescriptionCreateVpnGatewayResponse.Builder.vpnGateway(VpnGateway vpnGateway) Information about the virtual private gateway.DescribeVpnGatewaysResponse.Builder.vpnGateways(VpnGateway... vpnGateways) Information about one or more virtual private gateways.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpnGatewayModifier and TypeMethodDescriptionDescribeVpnGatewaysResponse.Builder.vpnGateways(Collection<VpnGateway> vpnGateways) Information about one or more virtual private gateways.