Uses of Class
com.amazonaws.services.ec2.model.VpnGateway
Packages that use VpnGateway
-
Uses of VpnGateway in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpnGatewayModifier and TypeMethodDescriptionVpnGateway.clone()
CreateVpnGatewayResult.getVpnGateway()
Information about the virtual private gateway.VpnGateway.withAvailabilityZone
(String availabilityZone) The Availability Zone where the virtual private gateway was created, if applicable.The current state of the virtual private gateway.The current state of the virtual private gateway.Any tags assigned to the virtual private gateway.VpnGateway.withTags
(Collection<Tag> tags) Any tags assigned to the virtual private gateway.VpnGateway.withType
(GatewayType type) The type of VPN connection the virtual private gateway supports.The type of VPN connection the virtual private gateway supports.VpnGateway.withVpcAttachments
(VpcAttachment... vpcAttachments) Any VPCs attached to the virtual private gateway.VpnGateway.withVpcAttachments
(Collection<VpcAttachment> vpcAttachments) Any VPCs attached to the virtual private gateway.VpnGateway.withVpnGatewayId
(String vpnGatewayId) The ID of the virtual private gateway.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpnGatewayModifier and TypeMethodDescriptionDescribeVpnGatewaysResult.getVpnGateways()
Information about one or more virtual private gateways.Methods in com.amazonaws.services.ec2.model with parameters of type VpnGatewayModifier and TypeMethodDescriptionvoid
CreateVpnGatewayResult.setVpnGateway
(VpnGateway vpnGateway) Information about the virtual private gateway.CreateVpnGatewayResult.withVpnGateway
(VpnGateway vpnGateway) Information about the virtual private gateway.DescribeVpnGatewaysResult.withVpnGateways
(VpnGateway... vpnGateways) Information about one or more virtual private gateways.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpnGatewayModifier and TypeMethodDescriptionvoid
DescribeVpnGatewaysResult.setVpnGateways
(Collection<VpnGateway> vpnGateways) Information about one or more virtual private gateways.DescribeVpnGatewaysResult.withVpnGateways
(Collection<VpnGateway> vpnGateways) Information about one or more virtual private gateways.