Uses of Class
com.amazonaws.services.ec2.model.AttachVpnGatewayRequest

Packages that use AttachVpnGatewayRequest
com.amazonaws.services.ec2 Synchronous and asynchronous client classes for accessing AmazonEC2. 
com.amazonaws.services.ec2.model Classes modeling the various types represented by AmazonEC2. 
 

Uses of AttachVpnGatewayRequest in com.amazonaws.services.ec2
 

Methods in com.amazonaws.services.ec2 with parameters of type AttachVpnGatewayRequest
 AttachVpnGatewayResult AmazonEC2Client.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a virtual private gateway to a VPC.
 AttachVpnGatewayResult AmazonEC2.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a virtual private gateway to a VPC.
 Future<AttachVpnGatewayResult> AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a virtual private gateway to a VPC.
 Future<AttachVpnGatewayResult> AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest)
           Attaches a virtual private gateway to a VPC.
 Future<AttachVpnGatewayResult> AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler)
           Attaches a virtual private gateway to a VPC.
 Future<AttachVpnGatewayResult> AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler)
           Attaches a virtual private gateway to a VPC.
 

Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachVpnGatewayRequest
 Future<AttachVpnGatewayResult> AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler)
           Attaches a virtual private gateway to a VPC.
 Future<AttachVpnGatewayResult> AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest,AttachVpnGatewayResult> asyncHandler)
           Attaches a virtual private gateway to a VPC.
 

Uses of AttachVpnGatewayRequest in com.amazonaws.services.ec2.model
 

Methods in com.amazonaws.services.ec2.model that return AttachVpnGatewayRequest
 AttachVpnGatewayRequest AttachVpnGatewayRequest.withVpcId(String vpcId)
          The ID of the VPC.
 AttachVpnGatewayRequest AttachVpnGatewayRequest.withVpnGatewayId(String vpnGatewayId)
          The ID of the virtual private gateway.
 

Methods in com.amazonaws.services.ec2.model that return types with arguments of type AttachVpnGatewayRequest
 Request<AttachVpnGatewayRequest> AttachVpnGatewayRequest.getDryRunRequest()
          This method is intended for internal use only.
 



Copyright © 2016. All rights reserved.