| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
List<InternetGatewayAttachment> |
EgressOnlyInternetGateway.attachments()
Information about the attachment of the egress-only internet gateway.
|
List<InternetGatewayAttachment> |
InternetGateway.attachments()
Any VPCs attached to the internet gateway.
|
| Modifier and Type | Method and Description |
|---|---|
EgressOnlyInternetGateway.Builder |
EgressOnlyInternetGateway.Builder.attachments(InternetGatewayAttachment... attachments)
Information about the attachment of the egress-only internet gateway.
|
InternetGateway.Builder |
InternetGateway.Builder.attachments(InternetGatewayAttachment... attachments)
Any VPCs attached to the internet gateway.
|
| Modifier and Type | Method and Description |
|---|---|
EgressOnlyInternetGateway.Builder |
EgressOnlyInternetGateway.Builder.attachments(Collection<InternetGatewayAttachment> attachments)
Information about the attachment of the egress-only internet gateway.
|
InternetGateway.Builder |
InternetGateway.Builder.attachments(Collection<InternetGatewayAttachment> attachments)
Any VPCs attached to the internet gateway.
|
Copyright © 2023. All rights reserved.