Uses of Class
com.amazonaws.services.ec2.model.InternetGatewayAttachment
Packages that use InternetGatewayAttachment
-
Uses of InternetGatewayAttachment in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InternetGatewayAttachmentModifier and TypeMethodDescriptionInternetGatewayAttachment.clone()
InternetGatewayAttachment.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 InternetGatewayAttachmentModifier and TypeMethodDescriptionInternetGateway.getAttachments()
Any VPCs attached to the Internet gateway.Methods in com.amazonaws.services.ec2.model with parameters of type InternetGatewayAttachmentModifier and TypeMethodDescriptionInternetGateway.withAttachments
(InternetGatewayAttachment... attachments) Any VPCs attached to the Internet gateway.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InternetGatewayAttachmentModifier and TypeMethodDescriptionvoid
InternetGateway.setAttachments
(Collection<InternetGatewayAttachment> attachments) Any VPCs attached to the Internet gateway.InternetGateway.withAttachments
(Collection<InternetGatewayAttachment> attachments) Any VPCs attached to the Internet gateway.