Uses of Class
com.amazonaws.services.ec2.model.VpnGateway
-
Packages that use VpnGateway Package Description com.amazonaws.services.ec2.model -
-
Uses of VpnGateway in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpnGateway Modifier and Type Method Description VpnGateway
VpnGateway. clone()
VpnGateway
CreateVpnGatewayResult. getVpnGateway()
Information about the virtual private gateway.VpnGateway
VpnGateway. withAvailabilityZone(String availabilityZone)
The Availability Zone where the virtual private gateway was created, if applicable.VpnGateway
VpnGateway. withState(VpnState state)
The current state of the virtual private gateway.VpnGateway
VpnGateway. withState(String state)
The current state of the virtual private gateway.VpnGateway
VpnGateway. withTags(Tag... tags)
Any tags assigned to the virtual private gateway.VpnGateway
VpnGateway. withTags(Collection<Tag> tags)
Any tags assigned to the virtual private gateway.VpnGateway
VpnGateway. withType(GatewayType type)
The type of VPN connection the virtual private gateway supports.VpnGateway
VpnGateway. withType(String type)
The type of VPN connection the virtual private gateway supports.VpnGateway
VpnGateway. withVpcAttachments(VpcAttachment... vpcAttachments)
Any VPCs attached to the virtual private gateway.VpnGateway
VpnGateway. withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Any VPCs attached to the virtual private gateway.VpnGateway
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 VpnGateway Modifier and Type Method Description List<VpnGateway>
DescribeVpnGatewaysResult. getVpnGateways()
Information about one or more virtual private gateways.Methods in com.amazonaws.services.ec2.model with parameters of type VpnGateway Modifier and Type Method Description void
CreateVpnGatewayResult. setVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.CreateVpnGatewayResult
CreateVpnGatewayResult. withVpnGateway(VpnGateway vpnGateway)
Information about the virtual private gateway.DescribeVpnGatewaysResult
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 VpnGateway Modifier and Type Method Description void
DescribeVpnGatewaysResult. setVpnGateways(Collection<VpnGateway> vpnGateways)
Information about one or more virtual private gateways.DescribeVpnGatewaysResult
DescribeVpnGatewaysResult. withVpnGateways(Collection<VpnGateway> vpnGateways)
Information about one or more virtual private gateways.
-