Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
EgressOnlyInternetGateway |
EgressOnlyInternetGateway.clone() |
EgressOnlyInternetGateway |
CreateEgressOnlyInternetGatewayResult.getEgressOnlyInternetGateway()
Information about the egress-only Internet gateway.
|
EgressOnlyInternetGateway |
EgressOnlyInternetGateway.withAttachments(Collection<InternetGatewayAttachment> attachments)
Information about the attachment of the egress-only Internet gateway.
|
EgressOnlyInternetGateway |
EgressOnlyInternetGateway.withAttachments(InternetGatewayAttachment... attachments)
Information about the attachment of the egress-only Internet gateway.
|
EgressOnlyInternetGateway |
EgressOnlyInternetGateway.withEgressOnlyInternetGatewayId(String egressOnlyInternetGatewayId)
The ID of the egress-only Internet gateway.
|
Modifier and Type | Method and Description |
---|---|
List<EgressOnlyInternetGateway> |
DescribeEgressOnlyInternetGatewaysResult.getEgressOnlyInternetGateways()
Information about the egress-only Internet gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateEgressOnlyInternetGatewayResult.setEgressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
|
CreateEgressOnlyInternetGatewayResult |
CreateEgressOnlyInternetGatewayResult.withEgressOnlyInternetGateway(EgressOnlyInternetGateway egressOnlyInternetGateway)
Information about the egress-only Internet gateway.
|
DescribeEgressOnlyInternetGatewaysResult |
DescribeEgressOnlyInternetGatewaysResult.withEgressOnlyInternetGateways(EgressOnlyInternetGateway... egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeEgressOnlyInternetGatewaysResult.setEgressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
|
DescribeEgressOnlyInternetGatewaysResult |
DescribeEgressOnlyInternetGatewaysResult.withEgressOnlyInternetGateways(Collection<EgressOnlyInternetGateway> egressOnlyInternetGateways)
Information about the egress-only Internet gateways.
|
Copyright © 2018. All rights reserved.