Uses of Class
com.amazonaws.services.ec2.model.DetachVpnGatewayRequest
-
Packages that use DetachVpnGatewayRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DetachVpnGatewayRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DetachVpnGatewayRequest Modifier and Type Method Description Future<DetachVpnGatewayResult>
AbstractAmazonEC2Async. detachVpnGatewayAsync(DetachVpnGatewayRequest request, AsyncHandler<DetachVpnGatewayRequest,DetachVpnGatewayResult> asyncHandler)
Future<DetachVpnGatewayResult>
AmazonEC2Async. detachVpnGatewayAsync(DetachVpnGatewayRequest detachVpnGatewayRequest, AsyncHandler<DetachVpnGatewayRequest,DetachVpnGatewayResult> asyncHandler)
Detaches a virtual private gateway from a VPC.Future<DetachVpnGatewayResult>
AmazonEC2AsyncClient. detachVpnGatewayAsync(DetachVpnGatewayRequest request, AsyncHandler<DetachVpnGatewayRequest,DetachVpnGatewayResult> asyncHandler)
-
Uses of DetachVpnGatewayRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DetachVpnGatewayRequest Modifier and Type Method Description DetachVpnGatewayRequest
DetachVpnGatewayRequest. clone()
DetachVpnGatewayRequest
DetachVpnGatewayRequest. withVpcId(String vpcId)
The ID of the VPC.DetachVpnGatewayRequest
DetachVpnGatewayRequest. withVpnGatewayId(String vpnGatewayId)
The ID of the virtual private gateway.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DetachVpnGatewayRequest Modifier and Type Method Description Request<DetachVpnGatewayRequest>
DetachVpnGatewayRequest. getDryRunRequest()
This method is intended for internal use only.
-