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()
          Returns the value of the VpcAttachement property for this object.
 VpcAttachment VpcAttachment.withState(String state)
          Sets the value of the State property for this object.
 VpcAttachment VpcAttachment.withVpcId(String vpcId)
          Sets the value of the VpcId property for this object.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcAttachment
 List<VpcAttachment> VpnGateway.getVpcAttachments()
          Returns the value of the VpcAttachments property for this object.
 

Methods in com.amazonaws.services.ec2.model with parameters of type VpcAttachment
 void AttachVpnGatewayResult.setVpcAttachement(VpcAttachment vpcAttachement)
          Sets the value of the VpcAttachement property for this object.
 AttachVpnGatewayResult AttachVpnGatewayResult.withVpcAttachement(VpcAttachment vpcAttachement)
          Sets the value of the VpcAttachement property for this object.
 VpnGateway VpnGateway.withVpcAttachments(VpcAttachment... vpcAttachments)
          Sets the value of the VpcAttachments property for this object.
 

Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcAttachment
 void VpnGateway.setVpcAttachments(Collection<VpcAttachment> vpcAttachments)
          Sets the value of the VpcAttachments property for this object.
 VpnGateway VpnGateway.withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
          Sets the value of the VpcAttachments property for this object.
 



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