Uses of Class
com.amazonaws.services.ec2.model.VpcAttachment
Packages that use VpcAttachment
-
Uses of VpcAttachment in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcAttachmentModifier and TypeMethodDescriptionVpcAttachment.clone()AttachVpnGatewayResult.getVpcAttachment()Information about the attachment.VpcAttachment.withState(AttachmentStatus state) The current state of the attachment.The current state of the attachment.The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcAttachmentModifier and TypeMethodDescriptionVpnGateway.getVpcAttachments()Any VPCs attached to the virtual private gateway.Methods in com.amazonaws.services.ec2.model with parameters of type VpcAttachmentModifier and TypeMethodDescriptionvoidAttachVpnGatewayResult.setVpcAttachment(VpcAttachment vpcAttachment) Information about the attachment.AttachVpnGatewayResult.withVpcAttachment(VpcAttachment vpcAttachment) Information about the attachment.VpnGateway.withVpcAttachments(VpcAttachment... vpcAttachments) Any VPCs attached to the virtual private gateway.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcAttachmentModifier and TypeMethodDescriptionvoidVpnGateway.setVpcAttachments(Collection<VpcAttachment> vpcAttachments) Any VPCs attached to the virtual private gateway.VpnGateway.withVpcAttachments(Collection<VpcAttachment> vpcAttachments) Any VPCs attached to the virtual private gateway.