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

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

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

Methods in com.amazonaws.services.ec2.model that return VpcAttachment
 VpcAttachment AttachVpnGatewayResult.getVpcAttachement()
           
 VpcAttachment VpcAttachment.withState(String state)
           Returns a reference to this object so that method calls can be chained together.
 VpcAttachment VpcAttachment.withVpcId(String vpcId)
           Returns a reference to this object so that method calls can be chained together.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcAttachment
 List<VpcAttachment> VpnGateway.getVpcAttachments()
          Contains information about the VPCs attached to the VPN gateway.
 

Methods in com.amazonaws.services.ec2.model with parameters of type VpcAttachment
 void AttachVpnGatewayResult.setVpcAttachement(VpcAttachment vpcAttachement)
           
 AttachVpnGatewayResult AttachVpnGatewayResult.withVpcAttachement(VpcAttachment vpcAttachement)
           Returns a reference to this object so that method calls can be chained together.
 VpnGateway VpnGateway.withVpcAttachments(VpcAttachment... vpcAttachments)
          Contains information about the VPCs attached to the VPN gateway.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcAttachment
 void VpnGateway.setVpcAttachments(Collection<VpcAttachment> vpcAttachments)
          Contains information about the VPCs attached to the VPN gateway.
 VpnGateway VpnGateway.withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
          Contains information about the VPCs attached to the VPN gateway.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.