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 InternetGatewayAttachmentInternetGatewayAttachment. clone()InternetGatewayAttachmentInternetGatewayAttachment. withState(AttachmentStatus state)The current state of the attachment.InternetGatewayAttachmentInternetGatewayAttachment. withState(String state)The current state of the attachment.InternetGatewayAttachmentInternetGatewayAttachment. 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 InternetGatewayInternetGateway. 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 voidInternetGateway. setAttachments(Collection<InternetGatewayAttachment> attachments)Any VPCs attached to the Internet gateway.InternetGatewayInternetGateway. withAttachments(Collection<InternetGatewayAttachment> attachments)Any VPCs attached to the Internet gateway.
-