|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InternetGateway | |
---|---|
com.amazonaws.services.ec2.model | Classes modeling the various types represented by AmazonEC2. |
Uses of InternetGateway in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return InternetGateway | |
---|---|
InternetGateway |
CreateInternetGatewayResult.getInternetGateway()
Information about the Internet gateway. |
InternetGateway |
InternetGateway.withAttachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the Internet gateway. |
InternetGateway |
InternetGateway.withAttachments(InternetGatewayAttachment... attachments)
Any VPCs attached to the Internet gateway. |
InternetGateway |
InternetGateway.withInternetGatewayId(String internetGatewayId)
The ID of the Internet gateway. |
InternetGateway |
InternetGateway.withTags(Collection<Tag> tags)
Any tags assigned to the Internet gateway. |
InternetGateway |
InternetGateway.withTags(Tag... tags)
Any tags assigned to the Internet gateway. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type InternetGateway | |
---|---|
List<InternetGateway> |
DescribeInternetGatewaysResult.getInternetGateways()
Information about one or more Internet gateways. |
Methods in com.amazonaws.services.ec2.model with parameters of type InternetGateway | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |