return ec2Service.detachVpnGateway(detachVpnGateway);
}
public DisassociateAddressResponse disassociateAddress(DisassociateAddress disassociateAddress) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.disassociateAddress(disassociateAddress);
}
public GetConsoleOutputResponse getConsoleOutput(GetConsoleOutput getConsoleOutput) {
AmazonEC2SkeletonInterface ec2Service = ServiceProvider.getInstance().getServiceImpl(AmazonEC2SkeletonInterface.class);
return ec2Service.getConsoleOutput(getConsoleOutput);