Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private InternetGateway |
CreateInternetGatewayResult.internetGateway
Information about the Internet gateway.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InternetGateway> |
DescribeInternetGatewaysResult.internetGateways
Information about one or more Internet gateways.
|
Modifier and Type | Method and Description |
---|---|
InternetGateway |
InternetGateway.clone() |
InternetGateway |
CreateInternetGatewayResult.getInternetGateway()
Information about the Internet gateway.
|
InternetGateway |
InternetGateway.withAttachments(java.util.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(java.lang.String internetGatewayId)
The ID of the Internet gateway.
|
InternetGateway |
InternetGateway.withTags(java.util.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 |
---|---|
java.util.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(java.util.Collection<InternetGateway> internetGateways)
Information about one or more Internet gateways.
|
DescribeInternetGatewaysResult |
DescribeInternetGatewaysResult.withInternetGateways(java.util.Collection<InternetGateway> internetGateways)
Information about one or more Internet gateways.
|
Modifier and Type | Method and Description |
---|---|
InternetGateway |
InternetGatewayStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |