return ec2Service.detachVolume(detachVolume);
}
public DetachVpnGatewayResponse detachVpnGateway(DetachVpnGateway detachVpnGateway) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.detachVpnGateway(detachVpnGateway);
}
public DisassociateAddressResponse disassociateAddress(DisassociateAddress disassociateAddress) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.disassociateAddress(disassociateAddress);