Uses of Class
com.amazonaws.services.ec2.model.InternetGateway
-
Packages that use InternetGateway Package Description com.amazonaws.services.ec2.model -
-
Uses of InternetGateway in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InternetGateway Modifier and Type Method Description InternetGatewayInternetGateway. clone()InternetGatewayCreateInternetGatewayResult. getInternetGateway()Information about the Internet gateway.InternetGatewayInternetGateway. withAttachments(InternetGatewayAttachment... attachments)Any VPCs attached to the Internet gateway.InternetGatewayInternetGateway. withAttachments(Collection<InternetGatewayAttachment> attachments)Any VPCs attached to the Internet gateway.InternetGatewayInternetGateway. withInternetGatewayId(String internetGatewayId)The ID of the Internet gateway.InternetGatewayInternetGateway. withTags(Tag... tags)Any tags assigned to the Internet gateway.InternetGatewayInternetGateway. withTags(Collection<Tag> tags)Any tags assigned to the Internet gateway.Methods in com.amazonaws.services.ec2.model that return types with arguments of type InternetGateway Modifier and Type Method Description List<InternetGateway>DescribeInternetGatewaysResult. getInternetGateways()Information about one or more Internet gateways.Methods in com.amazonaws.services.ec2.model with parameters of type InternetGateway Modifier and Type Method Description voidCreateInternetGatewayResult. setInternetGateway(InternetGateway internetGateway)Information about the Internet gateway.CreateInternetGatewayResultCreateInternetGatewayResult. withInternetGateway(InternetGateway internetGateway)Information about the Internet gateway.DescribeInternetGatewaysResultDescribeInternetGatewaysResult. withInternetGateways(InternetGateway... internetGateways)Information about one or more Internet gateways.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InternetGateway Modifier and Type Method Description voidDescribeInternetGatewaysResult. setInternetGateways(Collection<InternetGateway> internetGateways)Information about one or more Internet gateways.DescribeInternetGatewaysResultDescribeInternetGatewaysResult. withInternetGateways(Collection<InternetGateway> internetGateways)Information about one or more Internet gateways.
-