Uses of Class
com.amazonaws.services.ec2.model.InternetGatewayAttachment
-
Packages that use InternetGatewayAttachment Package Description com.amazonaws.services.ec2.model -
-
Uses of InternetGatewayAttachment in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InternetGatewayAttachment Modifier and Type Method Description InternetGatewayAttachment
InternetGatewayAttachment. clone()
InternetGatewayAttachment
InternetGatewayAttachment. withState(AttachmentStatus state)
The current state of the attachment.InternetGatewayAttachment
InternetGatewayAttachment. withState(String state)
The current state of the attachment.InternetGatewayAttachment
InternetGatewayAttachment. withVpcId(String vpcId)
The ID of the VPC.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InternetGatewayAttachment Modifier and Type Method Description List<InternetGatewayAttachment>
InternetGateway. getAttachments()
Any VPCs attached to the Internet gateway.Methods in com.amazonaws.services.ec2.model with parameters of type InternetGatewayAttachment Modifier and Type Method Description InternetGateway
InternetGateway. withAttachments(InternetGatewayAttachment... attachments)
Any VPCs attached to the Internet gateway.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InternetGatewayAttachment Modifier and Type Method Description void
InternetGateway. setAttachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the Internet gateway.InternetGateway
InternetGateway. withAttachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the Internet gateway.
-