Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AttachVpnGatewayResult> |
AbstractAmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest request,
AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler) |
Future<AttachVpnGatewayResult> |
AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest request,
AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler) |
Future<AttachVpnGatewayResult> |
AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest,
AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler)
Attaches a virtual private gateway to a VPC.
|
Modifier and Type | Method and Description |
---|---|
AttachVpnGatewayRequest |
AttachVpnGatewayRequest.clone() |
AttachVpnGatewayRequest |
AttachVpnGatewayRequest.withVpcId(String vpcId)
The ID of the VPC.
|
AttachVpnGatewayRequest |
AttachVpnGatewayRequest.withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.
|
Modifier and Type | Method and Description |
---|---|
Request<AttachVpnGatewayRequest> |
AttachVpnGatewayRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.