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 VpnGatewayVpnGateway. clone()VpnGatewayCreateVpnGatewayResult. getVpnGateway()Information about the virtual private gateway.VpnGatewayVpnGateway. withAvailabilityZone(String availabilityZone)The Availability Zone where the virtual private gateway was created, if applicable.VpnGatewayVpnGateway. withState(VpnState state)The current state of the virtual private gateway.VpnGatewayVpnGateway. withState(String state)The current state of the virtual private gateway.VpnGatewayVpnGateway. withTags(Tag... tags)Any tags assigned to the virtual private gateway.VpnGatewayVpnGateway. withTags(Collection<Tag> tags)Any tags assigned to the virtual private gateway.VpnGatewayVpnGateway. withType(GatewayType type)The type of VPN connection the virtual private gateway supports.VpnGatewayVpnGateway. withType(String type)The type of VPN connection the virtual private gateway supports.VpnGatewayVpnGateway. withVpcAttachments(VpcAttachment... vpcAttachments)Any VPCs attached to the virtual private gateway.VpnGatewayVpnGateway. withVpcAttachments(Collection<VpcAttachment> vpcAttachments)Any VPCs attached to the virtual private gateway.VpnGatewayVpnGateway. 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 voidCreateVpnGatewayResult. setVpnGateway(VpnGateway vpnGateway)Information about the virtual private gateway.CreateVpnGatewayResultCreateVpnGatewayResult. withVpnGateway(VpnGateway vpnGateway)Information about the virtual private gateway.DescribeVpnGatewaysResultDescribeVpnGatewaysResult. 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 voidDescribeVpnGatewaysResult. setVpnGateways(Collection<VpnGateway> vpnGateways)Information about one or more virtual private gateways.DescribeVpnGatewaysResultDescribeVpnGatewaysResult. withVpnGateways(Collection<VpnGateway> vpnGateways)Information about one or more virtual private gateways.
-