| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default AttachVpnGatewayResponse |
Ec2Client.attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachVpnGatewayRequest.Builder |
AttachVpnGatewayRequest.builder() |
AttachVpnGatewayRequest.Builder |
AttachVpnGatewayRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AttachVpnGatewayRequest.Builder |
AttachVpnGatewayRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AttachVpnGatewayRequest.Builder |
AttachVpnGatewayRequest.toBuilder() |
AttachVpnGatewayRequest.Builder |
AttachVpnGatewayRequest.Builder.vpcId(String vpcId)
The ID of the VPC.
|
AttachVpnGatewayRequest.Builder |
AttachVpnGatewayRequest.Builder.vpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttachVpnGatewayRequest.Builder> |
AttachVpnGatewayRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.