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 InternetGateway
InternetGateway. clone()
InternetGateway
CreateInternetGatewayResult. getInternetGateway()
Information about the Internet gateway.InternetGateway
InternetGateway. withAttachments(InternetGatewayAttachment... attachments)
Any VPCs attached to the Internet gateway.InternetGateway
InternetGateway. withAttachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the Internet gateway.InternetGateway
InternetGateway. withInternetGatewayId(String internetGatewayId)
The ID of the Internet gateway.InternetGateway
InternetGateway. withTags(Tag... tags)
Any tags assigned to the Internet gateway.InternetGateway
InternetGateway. 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 void
CreateInternetGatewayResult. setInternetGateway(InternetGateway internetGateway)
Information about the Internet gateway.CreateInternetGatewayResult
CreateInternetGatewayResult. withInternetGateway(InternetGateway internetGateway)
Information about the Internet gateway.DescribeInternetGatewaysResult
DescribeInternetGatewaysResult. 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 void
DescribeInternetGatewaysResult. setInternetGateways(Collection<InternetGateway> internetGateways)
Information about one or more Internet gateways.DescribeInternetGatewaysResult
DescribeInternetGatewaysResult. withInternetGateways(Collection<InternetGateway> internetGateways)
Information about one or more Internet gateways.
-