Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AttachVpnGatewayResult |
AbstractAmazonEC2.attachVpnGateway(AttachVpnGatewayRequest request) |
AttachVpnGatewayResult |
AmazonEC2.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
AttachVpnGatewayResult |
AmazonEC2Client.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
Attaches a virtual private gateway to a VPC.
|
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 |
---|---|
AttachVpnGatewayResult |
AttachVpnGatewayResult.clone() |
AttachVpnGatewayResult |
AttachVpnGatewayResult.withVpcAttachment(VpcAttachment vpcAttachment)
Information about the attachment.
|
Copyright © 2018. All rights reserved.