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 VpcAttachment
VpcAttachment. clone()
VpcAttachment
AttachVpnGatewayResult. getVpcAttachment()
Information about the attachment.VpcAttachment
VpcAttachment. withState(AttachmentStatus state)
The current state of the attachment.VpcAttachment
VpcAttachment. withState(String state)
The current state of the attachment.VpcAttachment
VpcAttachment. 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 void
AttachVpnGatewayResult. setVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.AttachVpnGatewayResult
AttachVpnGatewayResult. withVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.VpnGateway
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 VpcAttachment Modifier and Type Method Description void
VpnGateway. setVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Any VPCs attached to the virtual private gateway.VpnGateway
VpnGateway. withVpcAttachments(Collection<VpcAttachment> vpcAttachments)
Any VPCs attached to the virtual private gateway.
-