| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
VpcAttachment |
AttachVpnGatewayResponse.vpcAttachment()
Information about the attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcAttachment> |
VpnGateway.vpcAttachments()
Any VPCs attached to the virtual private gateway.
|
| Modifier and Type | Method and Description |
|---|---|
AttachVpnGatewayResponse.Builder |
AttachVpnGatewayResponse.Builder.vpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
VpnGateway.Builder |
VpnGateway.Builder.vpcAttachments(VpcAttachment... vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
| Modifier and Type | Method and Description |
|---|---|
VpnGateway.Builder |
VpnGateway.Builder.vpcAttachments(Collection<VpcAttachment> vpcAttachments)
Any VPCs attached to the virtual private gateway.
|
Copyright © 2021. All rights reserved.