| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AttachVpnGatewayResponse> |
EC2AsyncClient.attachVpnGateway(Consumer<AttachVpnGatewayRequest.Builder> 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 |
|---|---|
static AttachVpnGatewayRequest.Builder |
AttachVpnGatewayRequest.builder() |
AttachVpnGatewayRequest.Builder |
AttachVpnGatewayRequest.Builder.requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig) |
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 © 2017. All rights reserved.