| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default AttachVpnGatewayResponse |
Ec2Client.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
default AttachVpnGatewayResponse |
Ec2Client.attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachVpnGatewayResponse> |
Ec2AsyncClient.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
default CompletableFuture<AttachVpnGatewayResponse> |
Ec2AsyncClient.attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
Copyright © 2020. All rights reserved.