Uses of Class
software.amazon.awssdk.services.ec2.model.VpnGateway
-
Packages that use VpnGateway Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of VpnGateway in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpnGateway Modifier and Type Method Description VpnGatewayCreateVpnGatewayResponse. vpnGateway()Information about the virtual private gateway.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpnGateway Modifier and Type Method Description List<VpnGateway>DescribeVpnGatewaysResponse. vpnGateways()Information about one or more virtual private gateways.Methods in software.amazon.awssdk.services.ec2.model with parameters of type VpnGateway Modifier and Type Method Description CreateVpnGatewayResponse.BuilderCreateVpnGatewayResponse.Builder. vpnGateway(VpnGateway vpnGateway)Information about the virtual private gateway.DescribeVpnGatewaysResponse.BuilderDescribeVpnGatewaysResponse.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 VpnGateway Modifier and Type Method Description DescribeVpnGatewaysResponse.BuilderDescribeVpnGatewaysResponse.Builder. vpnGateways(Collection<VpnGateway> vpnGateways)Information about one or more virtual private gateways.
-