Uses of Class
com.amazonaws.services.ec2.model.VpnGateway

Packages that use VpnGateway
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of VpnGateway in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return VpnGateway
 VpnGateway CreateVpnGatewayResult.getVpnGateway()
          Information about the virtual private gateway.
 VpnGateway VpnGateway.withAvailabilityZone(String availabilityZone)
          The Availability Zone where the virtual private gateway was created.
 VpnGateway VpnGateway.withState(String state)
          The current state of the virtual private gateway.
 VpnGateway VpnGateway.withState(VpnState state)
          The current state of the virtual private gateway.
 VpnGateway VpnGateway.withTags(Collection<Tag> tags)
          Any tags assigned to the virtual private gateway.
 VpnGateway VpnGateway.withTags(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(Collection<VpcAttachment> vpcAttachments)
          Any VPCs attached to the virtual private gateway.
 VpnGateway VpnGateway.withVpcAttachments(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
 List<VpnGateway> DescribeVpnGatewaysResult.getVpnGateways()
          Information about one or more virtual private gateways.
 

Methods in com.amazonaws.services.ec2.model with parameters of type VpnGateway
 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
 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.
 



Copyright © 2016. All rights reserved.