return ec2Service.describeVpnGateways(describeVpnGateways);
}
public DetachVolumeResponse detachVolume(DetachVolume detachVolume) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.detachVolume(detachVolume);
}
public DetachVpnGatewayResponse detachVpnGateway(DetachVpnGateway detachVpnGateway) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.detachVpnGateway(detachVpnGateway);