Uses of Class
com.amazonaws.services.ec2.model.VpcAttachment
-
Packages that use VpcAttachment Package Description com.amazonaws.services.ec2.model -
-
Uses of VpcAttachment in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcAttachment Modifier and Type Method Description VpcAttachmentVpcAttachment. clone()VpcAttachmentAttachVpnGatewayResult. getVpcAttachment()Information about the attachment.VpcAttachmentVpcAttachment. withState(AttachmentStatus state)The current state of the attachment.VpcAttachmentVpcAttachment. withState(String state)The current state of the attachment.VpcAttachmentVpcAttachment. withVpcId(String vpcId)The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcAttachment Modifier and Type Method Description List<VpcAttachment>VpnGateway. getVpcAttachments()Any VPCs attached to the virtual private gateway.Methods in com.amazonaws.services.ec2.model with parameters of type VpcAttachment Modifier and Type Method Description voidAttachVpnGatewayResult. setVpcAttachment(VpcAttachment vpcAttachment)Information about the attachment.AttachVpnGatewayResultAttachVpnGatewayResult. withVpcAttachment(VpcAttachment vpcAttachment)Information about the attachment.VpnGatewayVpnGateway. withVpcAttachments(VpcAttachment... vpcAttachments)Any VPCs attached to the virtual private gateway.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcAttachment Modifier and Type Method Description voidVpnGateway. setVpcAttachments(Collection<VpcAttachment> vpcAttachments)Any VPCs attached to the virtual private gateway.VpnGatewayVpnGateway. withVpcAttachments(Collection<VpcAttachment> vpcAttachments)Any VPCs attached to the virtual private gateway.
-