Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<InternetGateway> |
DescribeInternetGatewaysResult.getInternetGateways()
Information about one or more Internet gateways.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.