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.
|
EgressOnlyInternetGateway |
EgressOnlyInternetGateway.withTags(Collection<Tag> tags)
The tags assigned to the egress-only internet gateway.
|
EgressOnlyInternetGateway |
EgressOnlyInternetGateway.withTags(Tag... tags)
The tags assigned to 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 © 2022. All rights reserved.