Uses of Class
com.amazonaws.services.ec2.model.AttachVpnGatewayResult
Packages that use AttachVpnGatewayResult
-
Uses of AttachVpnGatewayResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AttachVpnGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2.attachVpnGateway(AttachVpnGatewayRequest request) AmazonEC2.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest) Attaches a virtual private gateway to a VPC.AmazonEC2Client.attachVpnGateway(AttachVpnGatewayRequest attachVpnGatewayRequest) Attaches a virtual private gateway to a VPC.Methods in com.amazonaws.services.ec2 that return types with arguments of type AttachVpnGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest request) AbstractAmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest) Attaches a virtual private gateway to a VPC.AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) Attaches a virtual private gateway to a VPC.AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest request) AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AttachVpnGatewayResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) AmazonEC2Async.attachVpnGatewayAsync(AttachVpnGatewayRequest attachVpnGatewayRequest, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) Attaches a virtual private gateway to a VPC.AmazonEC2AsyncClient.attachVpnGatewayAsync(AttachVpnGatewayRequest request, AsyncHandler<AttachVpnGatewayRequest, AttachVpnGatewayResult> asyncHandler) -
Uses of AttachVpnGatewayResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AttachVpnGatewayResultModifier and TypeMethodDescriptionAttachVpnGatewayResult.clone()AttachVpnGatewayResult.withVpcAttachment(VpcAttachment vpcAttachment) Information about the attachment.