Uses of Class
com.amazonaws.services.ec2.model.InternetGateway
Packages that use InternetGateway
-
Uses of InternetGateway in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return InternetGatewayModifier and TypeMethodDescriptionInternetGateway.clone()
CreateInternetGatewayResult.getInternetGateway()
Information about the Internet gateway.InternetGateway.withAttachments
(InternetGatewayAttachment... attachments) Any VPCs attached to the Internet gateway.InternetGateway.withAttachments
(Collection<InternetGatewayAttachment> attachments) Any VPCs attached to the Internet gateway.InternetGateway.withInternetGatewayId
(String internetGatewayId) The ID of the Internet gateway.Any tags assigned to the Internet gateway.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 InternetGatewayModifier and TypeMethodDescriptionDescribeInternetGatewaysResult.getInternetGateways()
Information about one or more Internet gateways.Methods in com.amazonaws.services.ec2.model with parameters of type InternetGatewayModifier and TypeMethodDescriptionvoid
CreateInternetGatewayResult.setInternetGateway
(InternetGateway internetGateway) Information about the Internet gateway.CreateInternetGatewayResult.withInternetGateway
(InternetGateway internetGateway) Information about the Internet gateway.DescribeInternetGatewaysResult.withInternetGateways
(InternetGateway... internetGateways) Information about one or more Internet gateways.Method parameters in com.amazonaws.services.ec2.model with type arguments of type InternetGatewayModifier and TypeMethodDescriptionvoid
DescribeInternetGatewaysResult.setInternetGateways
(Collection<InternetGateway> internetGateways) Information about one or more Internet gateways.DescribeInternetGatewaysResult.withInternetGateways
(Collection<InternetGateway> internetGateways) Information about one or more Internet gateways.